All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.organizations-2016-11-28-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Organizations module holds the client classes that are used for communicating with AWS Organizations Service.

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "createOrganization", "deleteOrganization", "enableAllFeatures", "leaveOrganization", "describeOrganization", "listAccounts", "listCreateAccountStatus", "listHandshakesForOrganization", "listHandshakesForAccount", "listRoots", "listAWSServiceAccessForOrganization" ]
  },
  "metadata" : {
    "apiVersion" : "2016-11-28",
    "asyncBuilder" : "DefaultOrganizationsAsyncClientBuilder",
    "asyncBuilderInterface" : "OrganizationsAsyncClientBuilder",
    "asyncClient" : "DefaultOrganizationsAsyncClient",
    "asyncInterface" : "OrganizationsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultOrganizationsBaseClientBuilder",
    "baseBuilderInterface" : "OrganizationsBaseClientBuilder",
    "baseExceptionName" : "OrganizationsException",
    "baseRequestName" : "OrganizationsRequest",
    "baseResponseName" : "OrganizationsResponse",
    "cborProtocol" : false,
    "clientPackageName" : "organizations",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Organizations",
    "documentation" : "AWS Organizations",
    "endpointPrefix" : "organizations",
    "fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
    "fullClientPackageName" : "software.amazon.awssdk.services.organizations",
    "fullModelPackageName" : "software.amazon.awssdk.services.organizations.model",
    "fullPaginatorsPackageName" : "software.amazon.awssdk.services.organizations.paginators",
    "fullRequestTransformPackageName" : "software.amazon.awssdk.services.organizations.transform",
    "fullTransformPackageName" : "software.amazon.awssdk.services.organizations.transform",
    "ionProtocol" : false,
    "jsonProtocol" : true,
    "jsonVersion" : "1.1",
    "modelPackageName" : "organizations.model",
    "paginatorsPackageName" : "organizations.paginators",
    "protocol" : "json",
    "queryProtocol" : false,
    "requestTransformPackageName" : "organizations.transform",
    "requiresApiKey" : false,
    "requiresIamSigners" : false,
    "rootPackageName" : "software.amazon.awssdk.services",
    "serviceId" : "Organizations",
    "serviceName" : "Organizations",
    "signingName" : "organizations",
    "syncBuilder" : "DefaultOrganizationsClientBuilder",
    "syncBuilderInterface" : "OrganizationsClientBuilder",
    "syncClient" : "DefaultOrganizationsClient",
    "syncInterface" : "OrganizationsClient",
    "transformPackageName" : "organizations.transform",
    "uid" : "organizations-2016-11-28",
    "xmlProtocol" : false
  },
  "operations" : {
    "AcceptHandshake" : {
      "authType" : "IAM",
      "authenticated" : true,
      "deprecated" : false,
      "documentation" : "

Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.

This operation can be called only by the following principals when they also have the relevant IAM permissions:

  • Invitation to join or Approve all features request handshakes: only a principal from the member account.

    The user who calls the API for an invitation to join must have the organizations:AcceptHandshake permission. If you enabled all features in the organization, the user must also have the iam:CreateServiceLinkedRole permission so that AWS Organizations can create the required service-linked role named AWSServiceRoleForOrganizations. For more information, see AWS Organizations and Service-Linked Roles in the AWS Organizations User Guide.

  • Enable all features final confirmation handshake: only a principal from the master account.

    For more information about invitations, see Inviting an AWS Account to Join Your Organization in the AWS Organizations User Guide. For more information about requests to enable all features in the organization, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

After you accept a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that, it's deleted.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeConstraintViolationException", "documentation" : "

The requested operation would violate the constraint identified in the reason code.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note that deleted and closed accounts still count toward your limit.

    If you get this exception immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations to join an organization while it's in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

  • PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an account that doesn't have a payment instrument, such as a credit card, associated with it.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeNotFoundException", "documentation" : "

We can't find a handshake with the HandshakeId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidHandshakeTransitionException", "documentation" : "

You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted or accept a handshake that was already declined.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeAlreadyInStateException", "documentation" : "

The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccessDeniedForDependencyException", "documentation" : "

The operation that you attempted requires you to have the iam:CreateServiceLinkedRole for organizations.amazonaws.com permission so that AWS Organizations can create the required service-linked role. You don't have that permission.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AcceptHandshakeRequest", "variableName" : "acceptHandshakeRequest", "variableType" : "AcceptHandshakeRequest", "documentation" : "", "simpleType" : "AcceptHandshakeRequest", "variableSetterType" : "AcceptHandshakeRequest" }, "methodName" : "acceptHandshake", "operationName" : "AcceptHandshake", "paginated" : false, "returnType" : { "returnType" : "AcceptHandshakeResponse", "documentation" : null }, "syncReturnType" : "AcceptHandshakeResponse" }, "AttachPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Attaches a policy to a root, an organizational unit (OU), or an individual account. How the policy affects accounts depends on the type of policy:

  • Service control policy (SCP) - An SCP specifies what permissions can be delegated to users in affected member accounts. The scope of influence for a policy depends on what you attach the policy to:

    • If you attach an SCP to a root, it affects all accounts in the organization.

    • If you attach an SCP to an OU, it affects all accounts in that OU and in any child OUs.

    • If you attach the policy directly to an account, it affects only that account.

    SCPs are JSON policies that specify the maximum permissions for an organization or organizational unit (OU). You can attach one SCP to a higher level root or OU, and a different SCP to a child OU or to an account. The child policy can further restrict only the permissions that pass through the parent filter and are available to the child. An SCP that is attached to a child can't grant a permission that the parent hasn't already granted. For example, imagine that the parent SCP allows permissions A, B, C, D, and E. The child SCP allows C, D, E, F, and G. The result is that the accounts affected by the child SCP are allowed to use only C, D, and E. They can't use A or B because the child OU filtered them out. They also can't use F and G because the parent OU filtered them out. They can't be granted back by the child SCP; child SCPs can only filter the permissions they receive from the parent SCP.

    AWS Organizations attaches a default SCP named \"FullAWSAccess to every root, OU, and account. This default SCP allows all services and actions, enabling any new child OU or account to inherit the permissions of the parent root or OU. If you detach the default policy, you must replace it with a policy that specifies the permissions that you want to allow in that OU or account.

    For more information about how AWS Organizations policies permissions work, see Using Service Control Policies in the AWS Organizations User Guide.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicatePolicyAttachmentException", "documentation" : "

The selected policy is already attached to the specified target.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeNotEnabledException", "documentation" : "

The specified policy type isn't currently enabled in this root. You can't attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyChangesInProgressException", "documentation" : "

Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AttachPolicyRequest", "variableName" : "attachPolicyRequest", "variableType" : "AttachPolicyRequest", "documentation" : "", "simpleType" : "AttachPolicyRequest", "variableSetterType" : "AttachPolicyRequest" }, "methodName" : "attachPolicy", "operationName" : "AttachPolicy", "paginated" : false, "returnType" : { "returnType" : "AttachPolicyResponse", "documentation" : null }, "syncReturnType" : "AttachPolicyResponse" }, "CancelHandshake" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Cancels a handshake. Canceling a handshake sets the handshake state to CANCELED.

This operation can be called only from the account that originated the handshake. The recipient of the handshake can't cancel it, but can use DeclineHandshake instead. After a handshake is canceled, the recipient can no longer respond to that handshake.

After you cancel a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that, it's deleted.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeNotFoundException", "documentation" : "

We can't find a handshake with the HandshakeId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidHandshakeTransitionException", "documentation" : "

You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted or accept a handshake that was already declined.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeAlreadyInStateException", "documentation" : "

The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CancelHandshakeRequest", "variableName" : "cancelHandshakeRequest", "variableType" : "CancelHandshakeRequest", "documentation" : "", "simpleType" : "CancelHandshakeRequest", "variableSetterType" : "CancelHandshakeRequest" }, "methodName" : "cancelHandshake", "operationName" : "CancelHandshake", "paginated" : false, "returnType" : { "returnType" : "CancelHandshakeResponse", "documentation" : null }, "syncReturnType" : "CancelHandshakeResponse" }, "CreateAccount" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an AWS account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that AWS performs in the background. Because CreateAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following:

The user who calls the API to create an account must have the organizations:CreateAccount permission. If you enabled all features in the organization, AWS Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see AWS Organizations and Service-Linked Roles in the AWS Organizations User Guide.

AWS Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants users in the master account administrator permissions in the new member account. Principals in the master account can assume the role. AWS Organizations clones the company name and address information for the new account from the organization's master account.

This operation can be called only from the organization's master account.

For more information about creating accounts, see Creating an AWS Account in Your Organization in the AWS Organizations User Guide.

  • When you create an account in an organization using the AWS Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method and signing the end user license agreement (EULA) is not automatically collected. If you must remove an account from your organization later, you can do so only after you provide the missing information. Follow the steps at To leave an organization as a member account in the AWS Organizations User Guide.

  • If you get an exception that indicates that you exceeded your account limits for the organization, contact AWS Support.

  • If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact AWS Support.

  • Using CreateAccount to create multiple temporary accounts isn't recommended. You can only close an account from the Billing and Cost Management Console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing an AWS Account in the AWS Organizations User Guide.

When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting Access to Your Billing Information and Tools.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "FinalizingOrganizationException", "documentation" : "

AWS Organizations couldn't perform the operation because your organization hasn't finished initializing. This can take up to an hour. Try again later. If after one hour you continue to receive this error, contact AWS Support.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateAccountRequest", "variableName" : "createAccountRequest", "variableType" : "CreateAccountRequest", "documentation" : "", "simpleType" : "CreateAccountRequest", "variableSetterType" : "CreateAccountRequest" }, "methodName" : "createAccount", "operationName" : "CreateAccount", "paginated" : false, "returnType" : { "returnType" : "CreateAccountResponse", "documentation" : null }, "syncReturnType" : "CreateAccountResponse" }, "CreateGovCloudAccount" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

This action is available if all of the following are true:

  • You're authorized to create accounts in the AWS GovCloud (US) Region. For more information on the AWS GovCloud (US) Region, see the AWS GovCloud User Guide.

  • You already have an account in the AWS GovCloud (US) Region that is associated with your master account in the commercial Region.

  • You call this action from the master account of your organization in the commercial Region.

  • You have the organizations:CreateGovCloudAccount permission. AWS Organizations creates the required service-linked role named AWSServiceRoleForOrganizations. For more information, see AWS Organizations and Service-Linked Roles in the AWS Organizations User Guide.

AWS automatically enables AWS CloudTrail for AWS GovCloud (US) accounts, but you should also do the following:

  • Verify that AWS CloudTrail is enabled to store logs.

  • Create an S3 bucket for AWS CloudTrail log storage.

    For more information, see Verifying AWS CloudTrail Is Enabled in the AWS GovCloud User Guide.

You call this action from the master account of your organization in the commercial Region to create a standalone AWS account in the AWS GovCloud (US) Region. After the account is created, the master account of an organization in the AWS GovCloud (US) Region can invite it to that organization. For more information on inviting standalone accounts in the AWS GovCloud (US) to join an organization, see AWS Organizations in the AWS GovCloud User Guide.

Calling CreateGovCloudAccount is an asynchronous request that AWS performs in the background. Because CreateGovCloudAccount operates asynchronously, it can return a successful completion message even though account initialization might still be in progress. You might need to wait a few minutes before you can successfully access the account. To check the status of the request, do one of the following:

When you call the CreateGovCloudAccount action, you create two accounts: a standalone account in the AWS GovCloud (US) Region and an associated account in the commercial Region for billing and support purposes. The account in the commercial Region is automatically a member of the organization whose credentials made the request. Both accounts are associated with the same email address.

A role is created in the new account in the commercial Region that allows the master account in the organization in the commercial Region to assume it. An AWS GovCloud (US) account is then created and associated with the commercial account that you just created. A role is created in the new AWS GovCloud (US) account that can be assumed by the AWS GovCloud (US) account that is associated with the master account of the commercial organization. For more information and to view a diagram that explains how account access works, see AWS Organizations in the AWS GovCloud User Guide.

For more information about creating accounts, see Creating an AWS Account in Your Organization in the AWS Organizations User Guide.

  • When you create an account in an organization using the AWS Organizations console, API, or CLI commands, the information required for the account to operate as a standalone account, such as a payment method and signing the end user license agreement (EULA) is not automatically collected. If you must remove an account from your organization later, you can do so only after you provide the missing information. Follow the steps at To leave an organization as a member account in the AWS Organizations User Guide.

  • If you get an exception that indicates that you exceeded your account limits for the organization, contact AWS Support.

  • If you get an exception that indicates that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists, contact AWS Support.

  • Using CreateGovCloudAccount to create multiple temporary accounts isn't recommended. You can only close an account from the AWS Billing and Cost Management console, and you must be signed in as the root user. For information on the requirements and process for closing an account, see Closing an AWS Account in the AWS Organizations User Guide.

When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable it, only the account root user can access billing information. For information about how to disable this switch for an account, see Granting Access to Your Billing Information and Tools.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "FinalizingOrganizationException", "documentation" : "

AWS Organizations couldn't perform the operation because your organization hasn't finished initializing. This can take up to an hour. Try again later. If after one hour you continue to receive this error, contact AWS Support.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateGovCloudAccountRequest", "variableName" : "createGovCloudAccountRequest", "variableType" : "CreateGovCloudAccountRequest", "documentation" : "", "simpleType" : "CreateGovCloudAccountRequest", "variableSetterType" : "CreateGovCloudAccountRequest" }, "methodName" : "createGovCloudAccount", "operationName" : "CreateGovCloudAccount", "paginated" : false, "returnType" : { "returnType" : "CreateGovCloudAccountResponse", "documentation" : null }, "syncReturnType" : "CreateGovCloudAccountResponse" }, "CreateOrganization" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an AWS organization. The account whose user is calling the CreateOrganization operation automatically becomes the master account of the new organization.

This operation must be called using credentials from the account that is to become the new organization's master account. The principal must also have the relevant IAM permissions.

By default (or if you set the FeatureSet parameter to ALL), the new organization is created with all features enabled and service control policies automatically enabled in the root. If you instead choose to create the organization supporting only the consolidated billing features by setting the FeatureSet parameter to CONSOLIDATED_BILLING\", no policy types are enabled by default, and you can't use organization policies

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AlreadyInOrganizationException", "documentation" : "

This account is already a member of an organization. An account can belong to only one organization at a time.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccessDeniedForDependencyException", "documentation" : "

The operation that you attempted requires you to have the iam:CreateServiceLinkedRole for organizations.amazonaws.com permission so that AWS Organizations can create the required service-linked role. You don't have that permission.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateOrganizationRequest", "variableName" : "createOrganizationRequest", "variableType" : "CreateOrganizationRequest", "documentation" : "", "simpleType" : "CreateOrganizationRequest", "variableSetterType" : "CreateOrganizationRequest" }, "methodName" : "createOrganization", "operationName" : "CreateOrganization", "paginated" : false, "returnType" : { "returnType" : "CreateOrganizationResponse", "documentation" : null }, "syncReturnType" : "CreateOrganizationResponse" }, "CreateOrganizationalUnit" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an organizational unit (OU) within a root or parent OU. An OU is a container for accounts that enables you to organize your accounts to apply policies according to your business requirements. The number of levels deep that you can nest OUs is dependent upon the policy types enabled for that root. For service control policies, the limit is five.

For more information about OUs, see Managing Organizational Units in the AWS Organizations User Guide.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicateOrganizationalUnitException", "documentation" : "

An OU with the same name already exists.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ParentNotFoundException", "documentation" : "

We can't find a root or OU with the ParentId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateOrganizationalUnitRequest", "variableName" : "createOrganizationalUnitRequest", "variableType" : "CreateOrganizationalUnitRequest", "documentation" : "", "simpleType" : "CreateOrganizationalUnitRequest", "variableSetterType" : "CreateOrganizationalUnitRequest" }, "methodName" : "createOrganizationalUnit", "operationName" : "CreateOrganizationalUnit", "paginated" : false, "returnType" : { "returnType" : "CreateOrganizationalUnitResponse", "documentation" : null }, "syncReturnType" : "CreateOrganizationalUnitResponse" }, "CreatePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual AWS account.

For more information about policies and their use, see Managing Organization Policies.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicatePolicyException", "documentation" : "

A policy with the same name already exists.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "MalformedPolicyDocumentException", "documentation" : "

The provided policy document doesn't meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeNotAvailableForOrganizationException", "documentation" : "

You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable SCPs only after you enable all features in the organization. For more information, see Enabling and Disabling a Policy Type on a Root in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreatePolicyRequest", "variableName" : "createPolicyRequest", "variableType" : "CreatePolicyRequest", "documentation" : "", "simpleType" : "CreatePolicyRequest", "variableSetterType" : "CreatePolicyRequest" }, "methodName" : "createPolicy", "operationName" : "CreatePolicy", "paginated" : false, "returnType" : { "returnType" : "CreatePolicyResponse", "documentation" : null }, "syncReturnType" : "CreatePolicyResponse" }, "DeclineHandshake" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Declines a handshake request. This sets the handshake state to DECLINED and effectively deactivates the request.

This operation can be called only from the account that received the handshake. The originator of the handshake can use CancelHandshake instead. The originator can't reactivate a declined request, but can reinitiate the process with a new handshake request.

After you decline a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that, it's deleted.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeNotFoundException", "documentation" : "

We can't find a handshake with the HandshakeId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidHandshakeTransitionException", "documentation" : "

You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted or accept a handshake that was already declined.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeAlreadyInStateException", "documentation" : "

The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeclineHandshakeRequest", "variableName" : "declineHandshakeRequest", "variableType" : "DeclineHandshakeRequest", "documentation" : "", "simpleType" : "DeclineHandshakeRequest", "variableSetterType" : "DeclineHandshakeRequest" }, "methodName" : "declineHandshake", "operationName" : "DeclineHandshake", "paginated" : false, "returnType" : { "returnType" : "DeclineHandshakeResponse", "documentation" : null }, "syncReturnType" : "DeclineHandshakeResponse" }, "DeleteOrganization" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the organization. You can delete an organization only by using credentials from the master account. The organization must be empty of member accounts.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationNotEmptyException", "documentation" : "

The organization isn't empty. To delete an organization, you must first remove all accounts except the master account, delete all OUs, and delete all policies.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteOrganizationRequest", "variableName" : "deleteOrganizationRequest", "variableType" : "DeleteOrganizationRequest", "documentation" : null, "simpleType" : "DeleteOrganizationRequest", "variableSetterType" : "DeleteOrganizationRequest" }, "methodName" : "deleteOrganization", "operationName" : "DeleteOrganization", "paginated" : false, "returnType" : { "returnType" : "DeleteOrganizationResponse", "documentation" : null }, "syncReturnType" : "DeleteOrganizationResponse" }, "DeleteOrganizationalUnit" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an organizational unit (OU) from a root or another OU. You must first remove all accounts and child OUs from the OU that you want to delete.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationalUnitNotEmptyException", "documentation" : "

The specified OU is not empty. Move all accounts to another root or to other OUs, remove all child OUs, and try the operation again.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationalUnitNotFoundException", "documentation" : "

We can't find an OU with the OrganizationalUnitId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteOrganizationalUnitRequest", "variableName" : "deleteOrganizationalUnitRequest", "variableType" : "DeleteOrganizationalUnitRequest", "documentation" : "", "simpleType" : "DeleteOrganizationalUnitRequest", "variableSetterType" : "DeleteOrganizationalUnitRequest" }, "methodName" : "deleteOrganizationalUnit", "operationName" : "DeleteOrganizationalUnit", "paginated" : false, "returnType" : { "returnType" : "DeleteOrganizationalUnitResponse", "documentation" : null }, "syncReturnType" : "DeleteOrganizationalUnitResponse" }, "DeletePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified policy from your organization. Before you perform this operation, you must first detach the policy from all organizational units (OUs), roots, and accounts.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyInUseException", "documentation" : "

The policy is attached to one or more entities. You must detach it from all roots, OUs, and accounts before performing this operation.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeletePolicyRequest", "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "documentation" : "", "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "methodName" : "deletePolicy", "operationName" : "DeletePolicy", "paginated" : false, "returnType" : { "returnType" : "DeletePolicyResponse", "documentation" : null }, "syncReturnType" : "DeletePolicyResponse" }, "DeregisterDelegatedAdministrator" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified member AWS account as a delegated administrator for the specified AWS service.

You can run this action only for AWS services that support this feature. For a current list of services that support it, see the column Supports Delegated Administrator in the table at AWS Services that you can use with AWS Organizations in the AWS Organizations User Guide.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotRegisteredException", "documentation" : "

The specified account is not a delegated administrator for this AWS service.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeregisterDelegatedAdministratorRequest", "variableName" : "deregisterDelegatedAdministratorRequest", "variableType" : "DeregisterDelegatedAdministratorRequest", "documentation" : "", "simpleType" : "DeregisterDelegatedAdministratorRequest", "variableSetterType" : "DeregisterDelegatedAdministratorRequest" }, "methodName" : "deregisterDelegatedAdministrator", "operationName" : "DeregisterDelegatedAdministrator", "paginated" : false, "returnType" : { "returnType" : "DeregisterDelegatedAdministratorResponse", "documentation" : null }, "syncReturnType" : "DeregisterDelegatedAdministratorResponse" }, "DescribeAccount" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves AWS Organizations-related information about the specified account.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAccountRequest", "variableName" : "describeAccountRequest", "variableType" : "DescribeAccountRequest", "documentation" : "", "simpleType" : "DescribeAccountRequest", "variableSetterType" : "DescribeAccountRequest" }, "methodName" : "describeAccount", "operationName" : "DescribeAccount", "paginated" : false, "returnType" : { "returnType" : "DescribeAccountResponse", "documentation" : null }, "syncReturnType" : "DescribeAccountResponse" }, "DescribeCreateAccountStatus" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the current status of an asynchronous request to create an account.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "CreateAccountStatusNotFoundException", "documentation" : "

We can't find an create account request with the CreateAccountRequestId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCreateAccountStatusRequest", "variableName" : "describeCreateAccountStatusRequest", "variableType" : "DescribeCreateAccountStatusRequest", "documentation" : "", "simpleType" : "DescribeCreateAccountStatusRequest", "variableSetterType" : "DescribeCreateAccountStatusRequest" }, "methodName" : "describeCreateAccountStatus", "operationName" : "DescribeCreateAccountStatus", "paginated" : false, "returnType" : { "returnType" : "DescribeCreateAccountStatusResponse", "documentation" : null }, "syncReturnType" : "DescribeCreateAccountStatusResponse" }, "DescribeEffectivePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the contents of the effective tag policy for the account. The effective tag policy is the aggregation of any tag policies the account inherits, plus any policy directly that is attached to the account.

This action returns information on tag policies only.

For more information on policy inheritance, see How Policy Inheritance Works in the AWS Organizations User Guide.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "EffectivePolicyNotFoundException", "documentation" : "

If you ran this action on the master account, this policy type is not enabled. If you ran the action on a member account, the account doesn't have an effective policy of this type. Contact the administrator of your organization about attaching a policy of this type to the account.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEffectivePolicyRequest", "variableName" : "describeEffectivePolicyRequest", "variableType" : "DescribeEffectivePolicyRequest", "documentation" : "", "simpleType" : "DescribeEffectivePolicyRequest", "variableSetterType" : "DescribeEffectivePolicyRequest" }, "methodName" : "describeEffectivePolicy", "operationName" : "DescribeEffectivePolicy", "paginated" : false, "returnType" : { "returnType" : "DescribeEffectivePolicyResponse", "documentation" : null }, "syncReturnType" : "DescribeEffectivePolicyResponse" }, "DescribeHandshake" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about a previously requested handshake. The handshake ID comes from the response to the original InviteAccountToOrganization operation that generated the handshake.

You can access handshakes that are ACCEPTED, DECLINED, or CANCELED for only 30 days after they change to that state. They're then deleted and no longer accessible.

This operation can be called from any account in the organization.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeNotFoundException", "documentation" : "

We can't find a handshake with the HandshakeId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeHandshakeRequest", "variableName" : "describeHandshakeRequest", "variableType" : "DescribeHandshakeRequest", "documentation" : "", "simpleType" : "DescribeHandshakeRequest", "variableSetterType" : "DescribeHandshakeRequest" }, "methodName" : "describeHandshake", "operationName" : "DescribeHandshake", "paginated" : false, "returnType" : { "returnType" : "DescribeHandshakeResponse", "documentation" : null }, "syncReturnType" : "DescribeHandshakeResponse" }, "DescribeOrganization" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about the organization that the user's account belongs to.

This operation can be called from any account in the organization.

Even if a policy type is shown as available in the organization, you can disable it separately at the root level with DisablePolicyType. Use ListRoots to see the status of policy types for a specified root.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeOrganizationRequest", "variableName" : "describeOrganizationRequest", "variableType" : "DescribeOrganizationRequest", "documentation" : null, "simpleType" : "DescribeOrganizationRequest", "variableSetterType" : "DescribeOrganizationRequest" }, "methodName" : "describeOrganization", "operationName" : "DescribeOrganization", "paginated" : false, "returnType" : { "returnType" : "DescribeOrganizationResponse", "documentation" : null }, "syncReturnType" : "DescribeOrganizationResponse" }, "DescribeOrganizationalUnit" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about an organizational unit (OU).

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationalUnitNotFoundException", "documentation" : "

We can't find an OU with the OrganizationalUnitId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeOrganizationalUnitRequest", "variableName" : "describeOrganizationalUnitRequest", "variableType" : "DescribeOrganizationalUnitRequest", "documentation" : "", "simpleType" : "DescribeOrganizationalUnitRequest", "variableSetterType" : "DescribeOrganizationalUnitRequest" }, "methodName" : "describeOrganizationalUnit", "operationName" : "DescribeOrganizationalUnit", "paginated" : false, "returnType" : { "returnType" : "DescribeOrganizationalUnitResponse", "documentation" : null }, "syncReturnType" : "DescribeOrganizationalUnitResponse" }, "DescribePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about a policy.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribePolicyRequest", "variableName" : "describePolicyRequest", "variableType" : "DescribePolicyRequest", "documentation" : "", "simpleType" : "DescribePolicyRequest", "variableSetterType" : "DescribePolicyRequest" }, "methodName" : "describePolicy", "operationName" : "DescribePolicy", "paginated" : false, "returnType" : { "returnType" : "DescribePolicyResponse", "documentation" : null }, "syncReturnType" : "DescribePolicyResponse" }, "DetachPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Detaches a policy from a target root, organizational unit (OU), or account. If the policy being detached is a service control policy (SCP), the changes to permissions for IAM users and roles in affected accounts are immediate.

Note: Every root, OU, and account must have at least one SCP attached. If you want to replace the default FullAWSAccess policy with one that limits the permissions that can be delegated, you must attach the replacement policy before you can remove the default one. This is the authorization strategy of an \"allow list\". If you instead attach a second SCP and leave the FullAWSAccess SCP still attached, and specify \"Effect\": \"Deny\" in the second SCP to override the \"Effect\": \"Allow\" in the FullAWSAccess policy (or any other attached SCP), you're using the authorization strategy of a \"deny list\".

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotAttachedException", "documentation" : "

The policy isn't attached to the specified target in the specified root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyChangesInProgressException", "documentation" : "

Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DetachPolicyRequest", "variableName" : "detachPolicyRequest", "variableType" : "DetachPolicyRequest", "documentation" : "", "simpleType" : "DetachPolicyRequest", "variableSetterType" : "DetachPolicyRequest" }, "methodName" : "detachPolicy", "operationName" : "DetachPolicy", "paginated" : false, "returnType" : { "returnType" : "DetachPolicyResponse", "documentation" : null }, "syncReturnType" : "DetachPolicyResponse" }, "DisableAWSServiceAccess" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Disables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations. When you disable integration, the specified service no longer can create a service-linked role in new accounts in your organization. This means the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from AWS Organizations.

We recommend that you disable integration between AWS Organizations and the specified AWS service by using the console or commands that are provided by the specified service. Doing so ensures that the other service is aware that it can clean up any resources that are required only for the integration. How the service cleans up its resources in the organization's accounts depends on that service. For more information, see the documentation for the other AWS service.

After you perform the DisableAWSServiceAccess operation, the specified service can no longer perform operations in your organization's accounts unless the operations are explicitly permitted by the IAM policies that are attached to your roles.

For more information about integrating other services with AWS Organizations, including the list of services that work with Organizations, see Integrating AWS Organizations with Other AWS Services in the AWS Organizations User Guide.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisableAwsServiceAccessRequest", "variableName" : "disableAwsServiceAccessRequest", "variableType" : "DisableAwsServiceAccessRequest", "documentation" : "", "simpleType" : "DisableAwsServiceAccessRequest", "variableSetterType" : "DisableAwsServiceAccessRequest" }, "methodName" : "disableAWSServiceAccess", "operationName" : "DisableAWSServiceAccess", "paginated" : false, "returnType" : { "returnType" : "DisableAWSServiceAccessResponse", "documentation" : null }, "syncReturnType" : "DisableAWSServiceAccessResponse" }, "DisablePolicyType" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Disables an organizational control policy type in a root. A policy of a certain type can be attached to entities in a root only if that type is enabled in the root. After you perform this operation, you no longer can attach policies of the specified type to that root or to any organizational unit (OU) or account in that root. You can undo this by using the EnablePolicyType operation.

This is an asynchronous request that AWS performs in the background. If you disable a policy for a root, it still appears enabled for the organization if all features are enabled for the organization. AWS recommends that you first use ListRoots to see the status of policy types for a specified root, and then use this operation.

This operation can be called only from the organization's master account.

To view the status of available policy types in the organization, use DescribeOrganization.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeNotEnabledException", "documentation" : "

The specified policy type isn't currently enabled in this root. You can't attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "RootNotFoundException", "documentation" : "

We can't find a root with the RootId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyChangesInProgressException", "documentation" : "

Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisablePolicyTypeRequest", "variableName" : "disablePolicyTypeRequest", "variableType" : "DisablePolicyTypeRequest", "documentation" : "", "simpleType" : "DisablePolicyTypeRequest", "variableSetterType" : "DisablePolicyTypeRequest" }, "methodName" : "disablePolicyType", "operationName" : "DisablePolicyType", "paginated" : false, "returnType" : { "returnType" : "DisablePolicyTypeResponse", "documentation" : null }, "syncReturnType" : "DisablePolicyTypeResponse" }, "EnableAWSServiceAccess" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations. When you enable integration, you allow the specified service to create a service-linked role in all the accounts in your organization. This allows the service to perform operations on your behalf in your organization and its accounts.

We recommend that you enable integration between AWS Organizations and the specified AWS service by using the console or commands that are provided by the specified service. Doing so ensures that the service is aware that it can create the resources that are required for the integration. How the service creates those resources in the organization's accounts depends on that service. For more information, see the documentation for the other AWS service.

For more information about enabling services to integrate with AWS Organizations, see Integrating AWS Organizations with Other AWS Services in the AWS Organizations User Guide.

This operation can be called only from the organization's master account and only if the organization has enabled all features.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "EnableAwsServiceAccessRequest", "variableName" : "enableAwsServiceAccessRequest", "variableType" : "EnableAwsServiceAccessRequest", "documentation" : "", "simpleType" : "EnableAwsServiceAccessRequest", "variableSetterType" : "EnableAwsServiceAccessRequest" }, "methodName" : "enableAWSServiceAccess", "operationName" : "EnableAWSServiceAccess", "paginated" : false, "returnType" : { "returnType" : "EnableAWSServiceAccessResponse", "documentation" : null }, "syncReturnType" : "EnableAWSServiceAccessResponse" }, "EnableAllFeatures" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables all features in an organization. This enables the use of organization policies that can restrict the services and actions that can be called in each account. Until you enable all features, you have access only to consolidated billing, and you can't use any of the advanced account administration features that AWS Organizations supports. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

This operation is required only for organizations that were created explicitly with only the consolidated billing features enabled. Calling this operation sends a handshake to every invited account in the organization. The feature set change can be finalized and the additional features enabled only after all administrators in the invited accounts approve the change by accepting the handshake.

After you enable all features, you can separately enable or disable individual policy types in a root using EnablePolicyType and DisablePolicyType. To see the status of policy types in a root, use ListRoots.

After all invited member accounts accept the handshake, you finalize the feature set change by accepting the handshake that contains \"Action\": \"ENABLE_ALL_FEATURES\". This completes the change.

After you enable all features in your organization, the master account in the organization can apply policies on all member accounts. These policies can restrict what users and even administrators in those accounts can do. The master account can apply policies that prevent accounts from leaving the organization. Ensure that your account administrators are aware of this.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeConstraintViolationException", "documentation" : "

The requested operation would violate the constraint identified in the reason code.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note that deleted and closed accounts still count toward your limit.

    If you get this exception immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations to join an organization while it's in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

  • PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an account that doesn't have a payment instrument, such as a credit card, associated with it.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "EnableAllFeaturesRequest", "variableName" : "enableAllFeaturesRequest", "variableType" : "EnableAllFeaturesRequest", "documentation" : "", "simpleType" : "EnableAllFeaturesRequest", "variableSetterType" : "EnableAllFeaturesRequest" }, "methodName" : "enableAllFeatures", "operationName" : "EnableAllFeatures", "paginated" : false, "returnType" : { "returnType" : "EnableAllFeaturesResponse", "documentation" : null }, "syncReturnType" : "EnableAllFeaturesResponse" }, "EnablePolicyType" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables a policy type in a root. After you enable a policy type in a root, you can attach policies of that type to the root, any organizational unit (OU), or account in that root. You can undo this by using the DisablePolicyType operation.

This is an asynchronous request that AWS performs in the background. AWS recommends that you first use ListRoots to see the status of policy types for a specified root, and then use this operation.

This operation can be called only from the organization's master account.

You can enable a policy type in a root only if that policy type is available in the organization. To view the status of available policy types in the organization, use DescribeOrganization.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeAlreadyEnabledException", "documentation" : "

The specified policy type is already enabled in the specified root.

", "httpStatusCode" : null }, { "exceptionName" : "RootNotFoundException", "documentation" : "

We can't find a root with the RootId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeNotAvailableForOrganizationException", "documentation" : "

You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable SCPs only after you enable all features in the organization. For more information, see Enabling and Disabling a Policy Type on a Root in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyChangesInProgressException", "documentation" : "

Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "EnablePolicyTypeRequest", "variableName" : "enablePolicyTypeRequest", "variableType" : "EnablePolicyTypeRequest", "documentation" : "", "simpleType" : "EnablePolicyTypeRequest", "variableSetterType" : "EnablePolicyTypeRequest" }, "methodName" : "enablePolicyType", "operationName" : "EnablePolicyType", "paginated" : false, "returnType" : { "returnType" : "EnablePolicyTypeResponse", "documentation" : null }, "syncReturnType" : "EnablePolicyTypeResponse" }, "InviteAccountToOrganization" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Sends an invitation to another account to join your organization as a member account. AWS Organizations sends email on your behalf to the email address that is associated with the other account's owner. The invitation is implemented as a Handshake whose details are in the response.

  • You can invite AWS accounts only from the same seller as the master account. For example, if your organization's master account was created by Amazon Internet Services Pvt. Ltd (AISPL), an AWS seller in India, you can invite only other AISPL accounts to your organization. You can't combine accounts from AISPL and AWS or from any other AWS seller. For more information, see Consolidated Billing in India.

  • If you receive an exception that indicates that you exceeded your account limits for the organization or that the operation failed because your organization is still initializing, wait one hour and then try again. If the error persists after an hour, contact AWS Support.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AccountOwnerNotVerifiedException", "documentation" : "

You can't invite an existing account to your organization until you verify that you own the email address associated with the master account. For more information, see Email Address Verification in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeConstraintViolationException", "documentation" : "

The requested operation would violate the constraint identified in the reason code.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note that deleted and closed accounts still count toward your limit.

    If you get this exception immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations to join an organization while it's in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

  • PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an account that doesn't have a payment instrument, such as a credit card, associated with it.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicateHandshakeException", "documentation" : "

A handshake with the same action and target already exists. For example, if you invited an account to join your organization, the invited account might already have a pending invitation from this organization. If you intend to resend an invitation to an account, ensure that existing handshakes that might be considered duplicates are canceled or declined.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "FinalizingOrganizationException", "documentation" : "

AWS Organizations couldn't perform the operation because your organization hasn't finished initializing. This can take up to an hour. Try again later. If after one hour you continue to receive this error, contact AWS Support.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "InviteAccountToOrganizationRequest", "variableName" : "inviteAccountToOrganizationRequest", "variableType" : "InviteAccountToOrganizationRequest", "documentation" : "", "simpleType" : "InviteAccountToOrganizationRequest", "variableSetterType" : "InviteAccountToOrganizationRequest" }, "methodName" : "inviteAccountToOrganization", "operationName" : "InviteAccountToOrganization", "paginated" : false, "returnType" : { "returnType" : "InviteAccountToOrganizationResponse", "documentation" : null }, "syncReturnType" : "InviteAccountToOrganizationResponse" }, "LeaveOrganization" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes a member account from its parent organization. This version of the operation is performed by the account that wants to leave. To remove a member account as a user in the master account, use RemoveAccountFromOrganization instead.

This operation can be called only from a member account in the organization.

  • The master account in an organization with all features enabled can set service control policies (SCPs) that can restrict what administrators of member accounts can do. This includes preventing them from successfully calling LeaveOrganization and leaving the organization.

  • You can leave an organization as a member account only if the account is configured with the information required to operate as a standalone account. When you create an account in an organization using the AWS Organizations console, API, or CLI commands, the information required of standalone accounts is not automatically collected. For each account that you want to make standalone, you must do the following steps:

    • Accept the end user license agreement (EULA)

    • Choose a support plan

    • Provide and verify the required contact information

    • Provide a current payment method

    AWS uses the payment method to charge for any billable (not free tier) AWS activity that occurs while the account isn't attached to an organization. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • You can leave an organization only after you enable IAM user access to billing in your account. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "MasterCannotLeaveOrganizationException", "documentation" : "

You can't remove a master account from an organization. If you want the master account to become a member account in another organization, you must first delete the current organization of the master account.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "LeaveOrganizationRequest", "variableName" : "leaveOrganizationRequest", "variableType" : "LeaveOrganizationRequest", "documentation" : null, "simpleType" : "LeaveOrganizationRequest", "variableSetterType" : "LeaveOrganizationRequest" }, "methodName" : "leaveOrganization", "operationName" : "LeaveOrganization", "paginated" : false, "returnType" : { "returnType" : "LeaveOrganizationResponse", "documentation" : null }, "syncReturnType" : "LeaveOrganizationResponse" }, "ListAWSServiceAccessForOrganization" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of the AWS services that you enabled to integrate with your organization. After a service on this list creates the resources that it requires for the integration, it can perform operations on your organization and its accounts.

For more information about integrating other services with AWS Organizations, including the list of services that currently work with Organizations, see Integrating AWS Organizations with Other AWS Services in the AWS Organizations User Guide.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAwsServiceAccessForOrganizationRequest", "variableName" : "listAwsServiceAccessForOrganizationRequest", "variableType" : "ListAwsServiceAccessForOrganizationRequest", "documentation" : "", "simpleType" : "ListAwsServiceAccessForOrganizationRequest", "variableSetterType" : "ListAwsServiceAccessForOrganizationRequest" }, "methodName" : "listAWSServiceAccessForOrganization", "operationName" : "ListAWSServiceAccessForOrganization", "paginated" : true, "returnType" : { "returnType" : "ListAwsServiceAccessForOrganizationResponse", "documentation" : null }, "syncReturnType" : "ListAwsServiceAccessForOrganizationResponse" }, "ListAccounts" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all the accounts in the organization. To request only the accounts in a specified root or organizational unit (OU), use the ListAccountsForParent operation instead.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAccountsRequest", "variableName" : "listAccountsRequest", "variableType" : "ListAccountsRequest", "documentation" : "", "simpleType" : "ListAccountsRequest", "variableSetterType" : "ListAccountsRequest" }, "methodName" : "listAccounts", "operationName" : "ListAccounts", "paginated" : true, "returnType" : { "returnType" : "ListAccountsResponse", "documentation" : null }, "syncReturnType" : "ListAccountsResponse" }, "ListAccountsForParent" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU). If you specify the root, you get a list of all the accounts that aren't in any OU. If you specify an OU, you get a list of all the accounts in only that OU and not in any child OUs. To get a list of all accounts in the organization, use the ListAccounts operation.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ParentNotFoundException", "documentation" : "

We can't find a root or OU with the ParentId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAccountsForParentRequest", "variableName" : "listAccountsForParentRequest", "variableType" : "ListAccountsForParentRequest", "documentation" : "", "simpleType" : "ListAccountsForParentRequest", "variableSetterType" : "ListAccountsForParentRequest" }, "methodName" : "listAccountsForParent", "operationName" : "ListAccountsForParent", "paginated" : true, "returnType" : { "returnType" : "ListAccountsForParentResponse", "documentation" : null }, "syncReturnType" : "ListAccountsForParentResponse" }, "ListChildren" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root. This operation, along with ListParents enables you to traverse the tree structure that makes up this root.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ParentNotFoundException", "documentation" : "

We can't find a root or OU with the ParentId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListChildrenRequest", "variableName" : "listChildrenRequest", "variableType" : "ListChildrenRequest", "documentation" : "", "simpleType" : "ListChildrenRequest", "variableSetterType" : "ListChildrenRequest" }, "methodName" : "listChildren", "operationName" : "ListChildren", "paginated" : true, "returnType" : { "returnType" : "ListChildrenResponse", "documentation" : null }, "syncReturnType" : "ListChildrenResponse" }, "ListCreateAccountStatus" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the account creation requests that match the specified status that is currently being tracked for the organization.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListCreateAccountStatusRequest", "variableName" : "listCreateAccountStatusRequest", "variableType" : "ListCreateAccountStatusRequest", "documentation" : "", "simpleType" : "ListCreateAccountStatusRequest", "variableSetterType" : "ListCreateAccountStatusRequest" }, "methodName" : "listCreateAccountStatus", "operationName" : "ListCreateAccountStatus", "paginated" : true, "returnType" : { "returnType" : "ListCreateAccountStatusResponse", "documentation" : null }, "syncReturnType" : "ListCreateAccountStatusResponse" }, "ListDelegatedAdministrators" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the AWS accounts that are designated as delegated administrators in this organization.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDelegatedAdministratorsRequest", "variableName" : "listDelegatedAdministratorsRequest", "variableType" : "ListDelegatedAdministratorsRequest", "documentation" : "", "simpleType" : "ListDelegatedAdministratorsRequest", "variableSetterType" : "ListDelegatedAdministratorsRequest" }, "methodName" : "listDelegatedAdministrators", "operationName" : "ListDelegatedAdministrators", "paginated" : true, "returnType" : { "returnType" : "ListDelegatedAdministratorsResponse", "documentation" : null }, "syncReturnType" : "ListDelegatedAdministratorsResponse" }, "ListDelegatedServicesForAccount" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List the AWS services for which the specified account is a delegated administrator.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotRegisteredException", "documentation" : "

The specified account is not a delegated administrator for this AWS service.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDelegatedServicesForAccountRequest", "variableName" : "listDelegatedServicesForAccountRequest", "variableType" : "ListDelegatedServicesForAccountRequest", "documentation" : "", "simpleType" : "ListDelegatedServicesForAccountRequest", "variableSetterType" : "ListDelegatedServicesForAccountRequest" }, "methodName" : "listDelegatedServicesForAccount", "operationName" : "ListDelegatedServicesForAccount", "paginated" : true, "returnType" : { "returnType" : "ListDelegatedServicesForAccountResponse", "documentation" : null }, "syncReturnType" : "ListDelegatedServicesForAccountResponse" }, "ListHandshakesForAccount" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the current handshakes that are associated with the account of the requesting user.

Handshakes that are ACCEPTED, DECLINED, or CANCELED appear in the results of this API for only 30 days after changing to that state. After that, they're deleted and no longer accessible.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListHandshakesForAccountRequest", "variableName" : "listHandshakesForAccountRequest", "variableType" : "ListHandshakesForAccountRequest", "documentation" : "", "simpleType" : "ListHandshakesForAccountRequest", "variableSetterType" : "ListHandshakesForAccountRequest" }, "methodName" : "listHandshakesForAccount", "operationName" : "ListHandshakesForAccount", "paginated" : true, "returnType" : { "returnType" : "ListHandshakesForAccountResponse", "documentation" : null }, "syncReturnType" : "ListHandshakesForAccountResponse" }, "ListHandshakesForOrganization" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the handshakes that are associated with the organization that the requesting user is part of. The ListHandshakesForOrganization operation returns a list of handshake structures. Each structure contains details and status about a handshake.

Handshakes that are ACCEPTED, DECLINED, or CANCELED appear in the results of this API for only 30 days after changing to that state. After that, they're deleted and no longer accessible.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListHandshakesForOrganizationRequest", "variableName" : "listHandshakesForOrganizationRequest", "variableType" : "ListHandshakesForOrganizationRequest", "documentation" : "", "simpleType" : "ListHandshakesForOrganizationRequest", "variableSetterType" : "ListHandshakesForOrganizationRequest" }, "methodName" : "listHandshakesForOrganization", "operationName" : "ListHandshakesForOrganization", "paginated" : true, "returnType" : { "returnType" : "ListHandshakesForOrganizationResponse", "documentation" : null }, "syncReturnType" : "ListHandshakesForOrganizationResponse" }, "ListOrganizationalUnitsForParent" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the organizational units (OUs) in a parent organizational unit or root.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ParentNotFoundException", "documentation" : "

We can't find a root or OU with the ParentId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListOrganizationalUnitsForParentRequest", "variableName" : "listOrganizationalUnitsForParentRequest", "variableType" : "ListOrganizationalUnitsForParentRequest", "documentation" : "", "simpleType" : "ListOrganizationalUnitsForParentRequest", "variableSetterType" : "ListOrganizationalUnitsForParentRequest" }, "methodName" : "listOrganizationalUnitsForParent", "operationName" : "ListOrganizationalUnitsForParent", "paginated" : true, "returnType" : { "returnType" : "ListOrganizationalUnitsForParentResponse", "documentation" : null }, "syncReturnType" : "ListOrganizationalUnitsForParentResponse" }, "ListParents" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account. This operation, along with ListChildren enables you to traverse the tree structure that makes up this root.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

In the current release, a child can have only a single parent.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ChildNotFoundException", "documentation" : "

We can't find an organizational unit (OU) or AWS account with the ChildId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListParentsRequest", "variableName" : "listParentsRequest", "variableType" : "ListParentsRequest", "documentation" : "", "simpleType" : "ListParentsRequest", "variableSetterType" : "ListParentsRequest" }, "methodName" : "listParents", "operationName" : "ListParents", "paginated" : true, "returnType" : { "returnType" : "ListParentsResponse", "documentation" : null }, "syncReturnType" : "ListParentsResponse" }, "ListPolicies" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the list of all policies in an organization of a specified type.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPoliciesRequest", "variableName" : "listPoliciesRequest", "variableType" : "ListPoliciesRequest", "documentation" : "", "simpleType" : "ListPoliciesRequest", "variableSetterType" : "ListPoliciesRequest" }, "methodName" : "listPolicies", "operationName" : "ListPolicies", "paginated" : true, "returnType" : { "returnType" : "ListPoliciesResponse", "documentation" : null }, "syncReturnType" : "ListPoliciesResponse" }, "ListPoliciesForTarget" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account. You must specify the policy type that you want included in the returned list.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPoliciesForTargetRequest", "variableName" : "listPoliciesForTargetRequest", "variableType" : "ListPoliciesForTargetRequest", "documentation" : "", "simpleType" : "ListPoliciesForTargetRequest", "variableSetterType" : "ListPoliciesForTargetRequest" }, "methodName" : "listPoliciesForTarget", "operationName" : "ListPoliciesForTarget", "paginated" : true, "returnType" : { "returnType" : "ListPoliciesForTargetResponse", "documentation" : null }, "syncReturnType" : "ListPoliciesForTargetResponse" }, "ListRoots" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the roots that are defined in the current organization.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

Policy types can be enabled and disabled in roots. This is distinct from whether they're available in the organization. When you enable all features, you make policy types available for use in that organization. Individual policy types can then be enabled and disabled in a root. To see the availability of a policy type in an organization, use DescribeOrganization.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListRootsRequest", "variableName" : "listRootsRequest", "variableType" : "ListRootsRequest", "documentation" : "", "simpleType" : "ListRootsRequest", "variableSetterType" : "ListRootsRequest" }, "methodName" : "listRoots", "operationName" : "ListRoots", "paginated" : true, "returnType" : { "returnType" : "ListRootsResponse", "documentation" : null }, "syncReturnType" : "ListRootsResponse" }, "ListTagsForResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists tags for the specified resource.

Currently, you can list tags on an account in AWS Organizations.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : "", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "methodName" : "listTagsForResource", "operationName" : "ListTagsForResource", "paginated" : true, "returnType" : { "returnType" : "ListTagsForResourceResponse", "documentation" : null }, "syncReturnType" : "ListTagsForResourceResponse" }, "ListTargetsForPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.

Always check the NextToken response parameter for a null value when calling a List* operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.

This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTargetsForPolicyRequest", "variableName" : "listTargetsForPolicyRequest", "variableType" : "ListTargetsForPolicyRequest", "documentation" : "", "simpleType" : "ListTargetsForPolicyRequest", "variableSetterType" : "ListTargetsForPolicyRequest" }, "methodName" : "listTargetsForPolicy", "operationName" : "ListTargetsForPolicy", "paginated" : true, "returnType" : { "returnType" : "ListTargetsForPolicyResponse", "documentation" : null }, "syncReturnType" : "ListTargetsForPolicyResponse" }, "MoveAccount" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Moves an account from its current source parent root or organizational unit (OU) to the specified destination parent root or OU.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "SourceParentNotFoundException", "documentation" : "

We can't find a source root or OU with the ParentId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "DestinationParentNotFoundException", "documentation" : "

We can't find the destination container (a root or OU) with the ParentId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicateAccountException", "documentation" : "

That account is already present in the specified destination.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "MoveAccountRequest", "variableName" : "moveAccountRequest", "variableType" : "MoveAccountRequest", "documentation" : "", "simpleType" : "MoveAccountRequest", "variableSetterType" : "MoveAccountRequest" }, "methodName" : "moveAccount", "operationName" : "MoveAccount", "paginated" : false, "returnType" : { "returnType" : "MoveAccountResponse", "documentation" : null }, "syncReturnType" : "MoveAccountResponse" }, "RegisterDelegatedAdministrator" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Enables the specified member account to administer the Organizations features of the specified AWS service. It grants read-only access to AWS Organizations service data. The account still requires IAM permissions to access and administer the AWS service.

You can run this action only for AWS services that support this feature. For a current list of services that support it, see the column Supports Delegated Administrator in the table at AWS Services that you can use with AWS Organizations in the AWS Organizations User Guide.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccountAlreadyRegisteredException", "documentation" : "

The specified account is already a delegated administrator for this AWS service.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RegisterDelegatedAdministratorRequest", "variableName" : "registerDelegatedAdministratorRequest", "variableType" : "RegisterDelegatedAdministratorRequest", "documentation" : "", "simpleType" : "RegisterDelegatedAdministratorRequest", "variableSetterType" : "RegisterDelegatedAdministratorRequest" }, "methodName" : "registerDelegatedAdministrator", "operationName" : "RegisterDelegatedAdministrator", "paginated" : false, "returnType" : { "returnType" : "RegisterDelegatedAdministratorResponse", "documentation" : null }, "syncReturnType" : "RegisterDelegatedAdministratorResponse" }, "RemoveAccountFromOrganization" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified account from the organization.

The removed account becomes a standalone account that isn't a member of any organization. It's no longer subject to any policies and is responsible for its own bill payments. The organization's master account is no longer charged for any expenses accrued by the member account after it's removed from the organization.

This operation can be called only from the organization's master account. Member accounts can remove themselves with LeaveOrganization instead.

You can remove an account from your organization only if the account is configured with the information required to operate as a standalone account. When you create an account in an organization using the AWS Organizations console, API, or CLI commands, the information required of standalone accounts is not automatically collected. For an account that you want to make standalone, you must accept the end user license agreement (EULA), choose a support plan, provide and verify the required contact information, and provide a current payment method. AWS uses the payment method to charge for any billable (not free tier) AWS activity that occurs while the account isn't attached to an organization. To remove an account that doesn't yet have this information, you must sign in as the member account and follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "MasterCannotLeaveOrganizationException", "documentation" : "

You can't remove a master account from an organization. If you want the master account to become a member account in another organization, you must first delete the current organization of the master account.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveAccountFromOrganizationRequest", "variableName" : "removeAccountFromOrganizationRequest", "variableType" : "RemoveAccountFromOrganizationRequest", "documentation" : "", "simpleType" : "RemoveAccountFromOrganizationRequest", "variableSetterType" : "RemoveAccountFromOrganizationRequest" }, "methodName" : "removeAccountFromOrganization", "operationName" : "RemoveAccountFromOrganization", "paginated" : false, "returnType" : { "returnType" : "RemoveAccountFromOrganizationResponse", "documentation" : null }, "syncReturnType" : "RemoveAccountFromOrganizationResponse" }, "TagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds one or more tags to the specified resource.

Currently, you can tag and untag accounts in AWS Organizations.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : "", "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "methodName" : "tagResource", "operationName" : "TagResource", "paginated" : false, "returnType" : { "returnType" : "TagResourceResponse", "documentation" : null }, "syncReturnType" : "TagResourceResponse" }, "UntagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes a tag from the specified resource.

Currently, you can tag and untag accounts in AWS Organizations.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : "", "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "methodName" : "untagResource", "operationName" : "UntagResource", "paginated" : false, "returnType" : { "returnType" : "UntagResourceResponse", "documentation" : null }, "syncReturnType" : "UntagResourceResponse" }, "UpdateOrganizationalUnit" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Renames the specified organizational unit (OU). The ID and ARN don't change. The child OUs and accounts remain in place, and any attached policies of the OU remain attached.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicateOrganizationalUnitException", "documentation" : "

An OU with the same name already exists.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationalUnitNotFoundException", "documentation" : "

We can't find an OU with the OrganizationalUnitId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateOrganizationalUnitRequest", "variableName" : "updateOrganizationalUnitRequest", "variableType" : "UpdateOrganizationalUnitRequest", "documentation" : "", "simpleType" : "UpdateOrganizationalUnitRequest", "variableSetterType" : "UpdateOrganizationalUnitRequest" }, "methodName" : "updateOrganizationalUnit", "operationName" : "UpdateOrganizationalUnit", "paginated" : false, "returnType" : { "returnType" : "UpdateOrganizationalUnitResponse", "documentation" : null }, "syncReturnType" : "UpdateOrganizationalUnitResponse" }, "UpdatePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing policy with a new name, description, or content. If you don't supply any parameter, that value remains unchanged. You can't change a policy's type.

This operation can be called only from the organization's master account.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AwsOrganizationsNotInUseException", "documentation" : "

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

    Deleted and closed accounts still count toward your limit.

    If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

  • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

  • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

  • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

  • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

  • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

  • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicatePolicyException", "documentation" : "

A policy with the same name already exists.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

Some of the reasons in the following list might not be applicable to this specific API or operation:

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_ENUM: You specified an invalid value.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "MalformedPolicyDocumentException", "documentation" : "

The provided policy document doesn't meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceException", "documentation" : "

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "UnsupportedApiEndpointException", "documentation" : "

This action isn't available in the current Region.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyChangesInProgressException", "documentation" : "

Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdatePolicyRequest", "variableName" : "updatePolicyRequest", "variableType" : "UpdatePolicyRequest", "documentation" : "", "simpleType" : "UpdatePolicyRequest", "variableSetterType" : "UpdatePolicyRequest" }, "methodName" : "updatePolicy", "operationName" : "UpdatePolicy", "paginated" : false, "returnType" : { "returnType" : "UpdatePolicyResponse", "documentation" : null }, "syncReturnType" : "UpdatePolicyResponse" } }, "shapes" : { "AcceptHandshakeRequest" : { "c2jName" : "AcceptHandshakeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AcceptHandshake", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.AcceptHandshake", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@return The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@return The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HandshakeId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@return The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@return The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@return The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@return The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HandshakeId" ], "shapeName" : "AcceptHandshakeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AcceptHandshakeRequest", "variableName" : "acceptHandshakeRequest", "variableType" : "AcceptHandshakeRequest", "documentation" : null, "simpleType" : "AcceptHandshakeRequest", "variableSetterType" : "AcceptHandshakeRequest" }, "wrapper" : false, "xmlNamespace" : null }, "AcceptHandshakeResponse" : { "c2jName" : "AcceptHandshakeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@return A structure that contains details about the accepted handshake.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

A structure that contains details about the accepted handshake.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@return A structure that contains details about the accepted handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

A structure that contains details about the accepted handshake.

", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@return A structure that contains details about the accepted handshake.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

A structure that contains details about the accepted handshake.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@return A structure that contains details about the accepted handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

A structure that contains details about the accepted handshake.

", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@return A structure that contains details about the accepted handshake.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

A structure that contains details about the accepted handshake.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@return A structure that contains details about the accepted handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

A structure that contains details about the accepted handshake.

", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AcceptHandshakeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AcceptHandshakeResponse", "variableName" : "acceptHandshakeResponse", "variableType" : "AcceptHandshakeResponse", "documentation" : null, "simpleType" : "AcceptHandshakeResponse", "variableSetterType" : "AcceptHandshakeResponse" }, "wrapper" : false, "xmlNamespace" : null }, "AccessDeniedException" : { "c2jName" : "AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccessDeniedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccessDeniedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccessDeniedException", "variableName" : "accessDeniedException", "variableType" : "AccessDeniedException", "documentation" : null, "simpleType" : "AccessDeniedException", "variableSetterType" : "AccessDeniedException" }, "wrapper" : false, "xmlNamespace" : null }, "AccessDeniedForDependencyException" : { "c2jName" : "AccessDeniedForDependencyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The operation that you attempted requires you to have the iam:CreateServiceLinkedRole for organizations.amazonaws.com permission so that AWS Organizations can create the required service-linked role. You don't have that permission.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccessDeniedForDependencyException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "AccessDeniedForDependencyExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link AccessDeniedForDependencyExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

\n@return The value of the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedForDependencyExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "AccessDeniedForDependencyExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedForDependencyExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link AccessDeniedForDependencyExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

\n@return The value of the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "AccessDeniedForDependencyExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link AccessDeniedForDependencyExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

\n@return The value of the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedForDependencyExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "AccessDeniedForDependencyExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedForDependencyExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link AccessDeniedForDependencyExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

\n@return The value of the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "AccessDeniedForDependencyExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link AccessDeniedForDependencyExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

\n@return The value of the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedForDependencyExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "AccessDeniedForDependencyExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccessDeniedForDependencyExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link AccessDeniedForDependencyExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

\n@return The value of the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see AccessDeniedForDependencyExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccessDeniedForDependencyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccessDeniedForDependencyException", "variableName" : "accessDeniedForDependencyException", "variableType" : "AccessDeniedForDependencyException", "documentation" : null, "simpleType" : "AccessDeniedForDependencyException", "variableSetterType" : "AccessDeniedForDependencyException" }, "wrapper" : false, "xmlNamespace" : null }, "AccessDeniedForDependencyExceptionReason" : { "c2jName" : "AccessDeniedForDependencyExceptionReason", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE", "value" : "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccessDeniedForDependencyExceptionReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccessDeniedForDependencyExceptionReason", "variableName" : "accessDeniedForDependencyExceptionReason", "variableType" : "AccessDeniedForDependencyExceptionReason", "documentation" : null, "simpleType" : "AccessDeniedForDependencyExceptionReason", "variableSetterType" : "AccessDeniedForDependencyExceptionReason" }, "wrapper" : false, "xmlNamespace" : null }, "Account" : { "c2jName" : "Account", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains information about an AWS account that is a member of an organization.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@return The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@return The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "AccountArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@return The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@return The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@return The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@return The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@return The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@return The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : true, "setterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "AccountStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the account in the organization.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the account in the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the account in the organization.\n@see AccountStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the account in the organization.

", "endpointDiscoveryId" : false, "enumType" : "AccountStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the account in the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the account in the organization.\n@see AccountStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the account in the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedMethod", "beanStyleSetterMethodName" : "setJoinedMethod", "c2jName" : "JoinedMethod", "c2jShape" : "AccountJoinedMethod", "defaultConsumerFluentSetterDocumentation" : "

The method by which the account joined the organization.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #joinedMethodAsString(String)}.\n@param joinedMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The method by which the account joined the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

\n@return The method by which the account joined the organization.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethod(String)}\n", "documentation" : "

The method by which the account joined the organization.

", "endpointDiscoveryId" : false, "enumType" : "AccountJoinedMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedMethod", "fluentEnumGetterMethodName" : "joinedMethod", "fluentEnumSetterMethodName" : "joinedMethod", "fluentGetterMethodName" : "joinedMethodAsString", "fluentSetterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod", "fluentSetterMethodName" : "joinedMethod", "getterDocumentation" : "

The method by which the account joined the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

\n@return The method by which the account joined the organization.\n@see AccountJoinedMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JoinedMethod", "sensitive" : false, "setterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod", "setterMethodName" : "setJoinedMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : "

The method by which the account joined the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedTimestamp", "beanStyleSetterMethodName" : "setJoinedTimestamp", "c2jName" : "JoinedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date the account became a part of the organization.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #joinedTimestamp(Instant)}.\n@param joinedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date the account became a part of the organization.

\n@return The date the account became a part of the organization.\n@deprecated Use {@link #joinedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #joinedTimestamp(Instant)}\n", "documentation" : "

The date the account became a part of the organization.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "joinedTimestamp", "fluentSetterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "joinedTimestamp", "getterDocumentation" : "

The date the account became a part of the organization.

\n@return The date the account became a part of the organization.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "JoinedTimestamp", "sensitive" : false, "setterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.", "setterMethodName" : "setJoinedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

The date the account became a part of the organization.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "AccountArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@return The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@return The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Email" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@return The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@return The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@return The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@return The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JoinedMethod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedMethod", "beanStyleSetterMethodName" : "setJoinedMethod", "c2jName" : "JoinedMethod", "c2jShape" : "AccountJoinedMethod", "defaultConsumerFluentSetterDocumentation" : "

The method by which the account joined the organization.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #joinedMethodAsString(String)}.\n@param joinedMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The method by which the account joined the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

\n@return The method by which the account joined the organization.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethod(String)}\n", "documentation" : "

The method by which the account joined the organization.

", "endpointDiscoveryId" : false, "enumType" : "AccountJoinedMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedMethod", "fluentEnumGetterMethodName" : "joinedMethod", "fluentEnumSetterMethodName" : "joinedMethod", "fluentGetterMethodName" : "joinedMethodAsString", "fluentSetterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod", "fluentSetterMethodName" : "joinedMethod", "getterDocumentation" : "

The method by which the account joined the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

\n@return The method by which the account joined the organization.\n@see AccountJoinedMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JoinedMethod", "sensitive" : false, "setterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod", "setterMethodName" : "setJoinedMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : "

The method by which the account joined the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JoinedTimestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedTimestamp", "beanStyleSetterMethodName" : "setJoinedTimestamp", "c2jName" : "JoinedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date the account became a part of the organization.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #joinedTimestamp(Instant)}.\n@param joinedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date the account became a part of the organization.

\n@return The date the account became a part of the organization.\n@deprecated Use {@link #joinedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #joinedTimestamp(Instant)}\n", "documentation" : "

The date the account became a part of the organization.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "joinedTimestamp", "fluentSetterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "joinedTimestamp", "getterDocumentation" : "

The date the account became a part of the organization.

\n@return The date the account became a part of the organization.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "JoinedTimestamp", "sensitive" : false, "setterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.", "setterMethodName" : "setJoinedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

The date the account became a part of the organization.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@return The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@return The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : true, "setterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "AccountStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the account in the organization.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the account in the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the account in the organization.\n@see AccountStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the account in the organization.

", "endpointDiscoveryId" : false, "enumType" : "AccountStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the account in the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the account in the organization.\n@see AccountStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the account in the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@return The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@return The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "AccountArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@return The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@return The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@return The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@return The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@return The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@return The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : true, "setterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "AccountStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the account in the organization.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the account in the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the account in the organization.\n@see AccountStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the account in the organization.

", "endpointDiscoveryId" : false, "enumType" : "AccountStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the account in the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the account in the organization.\n@see AccountStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the account in the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedMethod", "beanStyleSetterMethodName" : "setJoinedMethod", "c2jName" : "JoinedMethod", "c2jShape" : "AccountJoinedMethod", "defaultConsumerFluentSetterDocumentation" : "

The method by which the account joined the organization.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #joinedMethodAsString(String)}.\n@param joinedMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The method by which the account joined the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

\n@return The method by which the account joined the organization.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethod(String)}\n", "documentation" : "

The method by which the account joined the organization.

", "endpointDiscoveryId" : false, "enumType" : "AccountJoinedMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedMethod", "fluentEnumGetterMethodName" : "joinedMethod", "fluentEnumSetterMethodName" : "joinedMethod", "fluentGetterMethodName" : "joinedMethodAsString", "fluentSetterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod", "fluentSetterMethodName" : "joinedMethod", "getterDocumentation" : "

The method by which the account joined the organization.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

\n@return The method by which the account joined the organization.\n@see AccountJoinedMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JoinedMethod", "sensitive" : false, "setterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod", "setterMethodName" : "setJoinedMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : "

The method by which the account joined the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedTimestamp", "beanStyleSetterMethodName" : "setJoinedTimestamp", "c2jName" : "JoinedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date the account became a part of the organization.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #joinedTimestamp(Instant)}.\n@param joinedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date the account became a part of the organization.

\n@return The date the account became a part of the organization.\n@deprecated Use {@link #joinedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #joinedTimestamp(Instant)}\n", "documentation" : "

The date the account became a part of the organization.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "joinedTimestamp", "fluentSetterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "joinedTimestamp", "getterDocumentation" : "

The date the account became a part of the organization.

\n@return The date the account became a part of the organization.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "JoinedTimestamp", "sensitive" : false, "setterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.", "setterMethodName" : "setJoinedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

The date the account became a part of the organization.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Account", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "wrapper" : false, "xmlNamespace" : null }, "AccountAlreadyRegisteredException" : { "c2jName" : "AccountAlreadyRegisteredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified account is already a delegated administrator for this AWS service.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccountAlreadyRegisteredException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountAlreadyRegisteredException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccountAlreadyRegisteredException", "variableName" : "accountAlreadyRegisteredException", "variableType" : "AccountAlreadyRegisteredException", "documentation" : null, "simpleType" : "AccountAlreadyRegisteredException", "variableSetterType" : "AccountAlreadyRegisteredException" }, "wrapper" : false, "xmlNamespace" : null }, "AccountJoinedMethod" : { "c2jName" : "AccountJoinedMethod", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INVITED", "value" : "INVITED" }, { "name" : "CREATED", "value" : "CREATED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountJoinedMethod", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccountJoinedMethod", "variableName" : "accountJoinedMethod", "variableType" : "AccountJoinedMethod", "documentation" : null, "simpleType" : "AccountJoinedMethod", "variableSetterType" : "AccountJoinedMethod" }, "wrapper" : false, "xmlNamespace" : null }, "AccountNotFoundException" : { "c2jName" : "AccountNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccountNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccountNotFoundException", "variableName" : "accountNotFoundException", "variableType" : "AccountNotFoundException", "documentation" : null, "simpleType" : "AccountNotFoundException", "variableSetterType" : "AccountNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "AccountNotRegisteredException" : { "c2jName" : "AccountNotRegisteredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified account is not a delegated administrator for this AWS service.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccountNotRegisteredException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountNotRegisteredException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccountNotRegisteredException", "variableName" : "accountNotRegisteredException", "variableType" : "AccountNotRegisteredException", "documentation" : null, "simpleType" : "AccountNotRegisteredException", "variableSetterType" : "AccountNotRegisteredException" }, "wrapper" : false, "xmlNamespace" : null }, "AccountOwnerNotVerifiedException" : { "c2jName" : "AccountOwnerNotVerifiedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You can't invite an existing account to your organization until you verify that you own the email address associated with the master account. For more information, see Email Address Verification in the AWS Organizations User Guide.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccountOwnerNotVerifiedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountOwnerNotVerifiedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccountOwnerNotVerifiedException", "variableName" : "accountOwnerNotVerifiedException", "variableType" : "AccountOwnerNotVerifiedException", "documentation" : null, "simpleType" : "AccountOwnerNotVerifiedException", "variableSetterType" : "AccountOwnerNotVerifiedException" }, "wrapper" : false, "xmlNamespace" : null }, "AccountStatus" : { "c2jName" : "AccountStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "SUSPENDED", "value" : "SUSPENDED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccountStatus", "variableName" : "accountStatus", "variableType" : "AccountStatus", "documentation" : null, "simpleType" : "AccountStatus", "variableSetterType" : "AccountStatus" }, "wrapper" : false, "xmlNamespace" : null }, "ActionType" : { "c2jName" : "ActionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INVITE", "value" : "INVITE" }, { "name" : "ENABLE_ALL_FEATURES", "value" : "ENABLE_ALL_FEATURES" }, { "name" : "APPROVE_ALL_FEATURES", "value" : "APPROVE_ALL_FEATURES" }, { "name" : "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE", "value" : "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActionType", "variableName" : "actionType", "variableType" : "ActionType", "documentation" : null, "simpleType" : "ActionType", "variableSetterType" : "ActionType" }, "wrapper" : false, "xmlNamespace" : null }, "AlreadyInOrganizationException" : { "c2jName" : "AlreadyInOrganizationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

This account is already a member of an organization. An account can belong to only one organization at a time.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AlreadyInOrganizationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AlreadyInOrganizationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AlreadyInOrganizationException", "variableName" : "alreadyInOrganizationException", "variableType" : "AlreadyInOrganizationException", "documentation" : null, "simpleType" : "AlreadyInOrganizationException", "variableSetterType" : "AlreadyInOrganizationException" }, "wrapper" : false, "xmlNamespace" : null }, "AttachPolicyRequest" : { "c2jName" : "AttachPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AttachPolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.AttachPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

\n@return The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

\n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

\n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

\n@return The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

\n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

The regex pattern for a target ID string requires one of the following:

  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

  • Account - A string that consists of exactly 12 digits.

  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

The regex pattern for a target ID string requires one of the following:

  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

  • Account - A string that consists of exactly 12 digits.

  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

\n@return The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

The regex pattern for a target ID string requires one of the following:

  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

  • Account - A string that consists of exactly 12 digits.

  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

  • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

    The regex pattern for a target ID string requires one of the following:

    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

    • Account - A string that consists of exactly 12 digits.

    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

    \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

    The regex pattern for a target ID string requires one of the following:

    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

    • Account - A string that consists of exactly 12 digits.

    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

      The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

      The regex pattern for a target ID string requires one of the following:

      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

      • Account - A string that consists of exactly 12 digits.

      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

      The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

      The regex pattern for a target ID string requires one of the following:

      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

      • Account - A string that consists of exactly 12 digits.

      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

      \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

      The regex pattern for a target ID string requires one of the following:

      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

      • Account - A string that consists of exactly 12 digits.

      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

        The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

        The regex pattern for a target ID string requires one of the following:

        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

        • Account - A string that consists of exactly 12 digits.

        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

        \n@return The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

        The regex pattern for a target ID string requires one of the following:

        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

        • Account - A string that consists of exactly 12 digits.

        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

          The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

          The regex pattern for a target ID string requires one of the following:

          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

          • Account - A string that consists of exactly 12 digits.

          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

          \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

          The regex pattern for a target ID string requires one of the following:

          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

          • Account - A string that consists of exactly 12 digits.

          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

          • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

            The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

            The regex pattern for a target ID string requires one of the following:

            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

            • Account - A string that consists of exactly 12 digits.

            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

            The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

            \n@return The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

            \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

            The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

            The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

            \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

            The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

            \n@return The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

            The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

            \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

            The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

            The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

            The regex pattern for a target ID string requires one of the following:

            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

            • Account - A string that consists of exactly 12 digits.

            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

            The regex pattern for a target ID string requires one of the following:

            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

            • Account - A string that consists of exactly 12 digits.

            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

            \n@return The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

            The regex pattern for a target ID string requires one of the following:

            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

            • Account - A string that consists of exactly 12 digits.

            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

            • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

              The regex pattern for a target ID string requires one of the following:

              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

              • Account - A string that consists of exactly 12 digits.

              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

              \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

              The regex pattern for a target ID string requires one of the following:

              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

              • Account - A string that consists of exactly 12 digits.

              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                The regex pattern for a target ID string requires one of the following:

                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                • Account - A string that consists of exactly 12 digits.

                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                The regex pattern for a target ID string requires one of the following:

                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                • Account - A string that consists of exactly 12 digits.

                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                The regex pattern for a target ID string requires one of the following:

                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                • Account - A string that consists of exactly 12 digits.

                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                  The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                  The regex pattern for a target ID string requires one of the following:

                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                  • Account - A string that consists of exactly 12 digits.

                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                  \n@return The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                  The regex pattern for a target ID string requires one of the following:

                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                  • Account - A string that consists of exactly 12 digits.

                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                    The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                    The regex pattern for a target ID string requires one of the following:

                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                    • Account - A string that consists of exactly 12 digits.

                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                    \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                    The regex pattern for a target ID string requires one of the following:

                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                    • Account - A string that consists of exactly 12 digits.

                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                    • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                      The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                      The regex pattern for a target ID string requires one of the following:

                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                      • Account - A string that consists of exactly 12 digits.

                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                      The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                      \n@return The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                      \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                      The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                      The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                      \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                      The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                      \n@return The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                      The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                      \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                      The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

                      The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                      The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                      The regex pattern for a target ID string requires one of the following:

                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                      • Account - A string that consists of exactly 12 digits.

                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                      The regex pattern for a target ID string requires one of the following:

                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                      • Account - A string that consists of exactly 12 digits.

                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                      \n@return The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                      The regex pattern for a target ID string requires one of the following:

                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                      • Account - A string that consists of exactly 12 digits.

                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                      • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                        The regex pattern for a target ID string requires one of the following:

                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                        • Account - A string that consists of exactly 12 digits.

                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                        \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                        The regex pattern for a target ID string requires one of the following:

                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                        • Account - A string that consists of exactly 12 digits.

                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                          The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                          The regex pattern for a target ID string requires one of the following:

                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                          • Account - A string that consists of exactly 12 digits.

                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                          The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                          The regex pattern for a target ID string requires one of the following:

                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                          • Account - A string that consists of exactly 12 digits.

                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                          \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                          The regex pattern for a target ID string requires one of the following:

                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                          • Account - A string that consists of exactly 12 digits.

                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                            The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                            The regex pattern for a target ID string requires one of the following:

                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                            • Account - A string that consists of exactly 12 digits.

                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                            \n@return The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                            The regex pattern for a target ID string requires one of the following:

                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                            • Account - A string that consists of exactly 12 digits.

                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                              The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                              The regex pattern for a target ID string requires one of the following:

                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                              • Account - A string that consists of exactly 12 digits.

                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                              \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                              The regex pattern for a target ID string requires one of the following:

                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                              • Account - A string that consists of exactly 12 digits.

                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                              • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                The regex pattern for a target ID string requires one of the following:

                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                • Account - A string that consists of exactly 12 digits.

                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId", "TargetId" ], "shapeName" : "AttachPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachPolicyRequest", "variableName" : "attachPolicyRequest", "variableType" : "AttachPolicyRequest", "documentation" : null, "simpleType" : "AttachPolicyRequest", "variableSetterType" : "AttachPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "AttachPolicyResponse" : { "c2jName" : "AttachPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttachPolicyResponse", "variableName" : "attachPolicyResponse", "variableType" : "AttachPolicyResponse", "documentation" : null, "simpleType" : "AttachPolicyResponse", "variableSetterType" : "AttachPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "AwsOrganizationsNotInUseException" : { "c2jName" : "AWSOrganizationsNotInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AWSOrganizationsNotInUseException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AwsOrganizationsNotInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AwsOrganizationsNotInUseException", "variableName" : "awsOrganizationsNotInUseException", "variableType" : "AwsOrganizationsNotInUseException", "documentation" : null, "simpleType" : "AwsOrganizationsNotInUseException", "variableSetterType" : "AwsOrganizationsNotInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "CancelHandshakeRequest" : { "c2jName" : "CancelHandshakeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CancelHandshake", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CancelHandshake", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@return The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@return The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HandshakeId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@return The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@return The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@return The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@return The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HandshakeId" ], "shapeName" : "CancelHandshakeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CancelHandshakeRequest", "variableName" : "cancelHandshakeRequest", "variableType" : "CancelHandshakeRequest", "documentation" : null, "simpleType" : "CancelHandshakeRequest", "variableSetterType" : "CancelHandshakeRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CancelHandshakeResponse" : { "c2jName" : "CancelHandshakeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@return A structure that contains details about the handshake that you canceled.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@param handshake A structure that contains details about the handshake that you canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                A structure that contains details about the handshake that you canceled.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@param handshake A structure that contains details about the handshake that you canceled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@return A structure that contains details about the handshake that you canceled.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@param handshake A structure that contains details about the handshake that you canceled.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                A structure that contains details about the handshake that you canceled.

                                ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@return A structure that contains details about the handshake that you canceled.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@param handshake A structure that contains details about the handshake that you canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                A structure that contains details about the handshake that you canceled.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@param handshake A structure that contains details about the handshake that you canceled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@return A structure that contains details about the handshake that you canceled.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@param handshake A structure that contains details about the handshake that you canceled.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                A structure that contains details about the handshake that you canceled.

                                ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@return A structure that contains details about the handshake that you canceled.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@param handshake A structure that contains details about the handshake that you canceled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                A structure that contains details about the handshake that you canceled.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@param handshake A structure that contains details about the handshake that you canceled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@return A structure that contains details about the handshake that you canceled.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                A structure that contains details about the handshake that you canceled.

                                \n@param handshake A structure that contains details about the handshake that you canceled.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                A structure that contains details about the handshake that you canceled.

                                ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CancelHandshakeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CancelHandshakeResponse", "variableName" : "cancelHandshakeResponse", "variableType" : "CancelHandshakeResponse", "documentation" : null, "simpleType" : "CancelHandshakeResponse", "variableSetterType" : "CancelHandshakeResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Child" : { "c2jName" : "Child", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Contains a list of child entities, either OUs or accounts.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ChildId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique identifier (ID) of this child entity.

                                The regex pattern for a child ID string requires one of the following:

                                • Account: A string that consists of exactly 12 digits.

                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique identifier (ID) of this child entity.

                                The regex pattern for a child ID string requires one of the following:

                                • Account: A string that consists of exactly 12 digits.

                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                \n@return The unique identifier (ID) of this child entity.

                                The regex pattern for a child ID string requires one of the following:

                                • Account: A string that consists of exactly 12 digits.

                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                • \n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                  The unique identifier (ID) of this child entity.

                                  The regex pattern for a child ID string requires one of the following:

                                  • Account: A string that consists of exactly 12 digits.

                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                  \n@param id The unique identifier (ID) of this child entity.

                                  The regex pattern for a child ID string requires one of the following:

                                  • Account: A string that consists of exactly 12 digits.

                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                    The unique identifier (ID) of this child entity.

                                    The regex pattern for a child ID string requires one of the following:

                                    • Account: A string that consists of exactly 12 digits.

                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                    The unique identifier (ID) of this child entity.

                                    The regex pattern for a child ID string requires one of the following:

                                    • Account: A string that consists of exactly 12 digits.

                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                    \n@param id The unique identifier (ID) of this child entity.

                                    The regex pattern for a child ID string requires one of the following:

                                    • Account: A string that consists of exactly 12 digits.

                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                      The unique identifier (ID) of this child entity.

                                      The regex pattern for a child ID string requires one of the following:

                                      • Account: A string that consists of exactly 12 digits.

                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                      \n@return The unique identifier (ID) of this child entity.

                                      The regex pattern for a child ID string requires one of the following:

                                      • Account: A string that consists of exactly 12 digits.

                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                        The unique identifier (ID) of this child entity.

                                        The regex pattern for a child ID string requires one of the following:

                                        • Account: A string that consists of exactly 12 digits.

                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                        \n@param id The unique identifier (ID) of this child entity.

                                        The regex pattern for a child ID string requires one of the following:

                                        • Account: A string that consists of exactly 12 digits.

                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                        • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                          The unique identifier (ID) of this child entity.

                                          The regex pattern for a child ID string requires one of the following:

                                          • Account: A string that consists of exactly 12 digits.

                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ChildType", "defaultConsumerFluentSetterDocumentation" : "

                                          The type of this child entity.

                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The type of this child entity.

                                          \n

                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                          \n@return The type of this child entity.\n@see ChildType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The type of this child entity.

                                          \n@param type The type of this child entity.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                          The type of this child entity.

                                          ", "endpointDiscoveryId" : false, "enumType" : "ChildType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                          The type of this child entity.

                                          \n@param type The type of this child entity.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                          The type of this child entity.

                                          \n

                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                          \n@return The type of this child entity.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                          The type of this child entity.

                                          \n@param type The type of this child entity.\n@see ChildType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                          The type of this child entity.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ChildId", "defaultConsumerFluentSetterDocumentation" : "

                                          The unique identifier (ID) of this child entity.

                                          The regex pattern for a child ID string requires one of the following:

                                          • Account: A string that consists of exactly 12 digits.

                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The unique identifier (ID) of this child entity.

                                          The regex pattern for a child ID string requires one of the following:

                                          • Account: A string that consists of exactly 12 digits.

                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                          \n@return The unique identifier (ID) of this child entity.

                                          The regex pattern for a child ID string requires one of the following:

                                          • Account: A string that consists of exactly 12 digits.

                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                          • \n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                            The unique identifier (ID) of this child entity.

                                            The regex pattern for a child ID string requires one of the following:

                                            • Account: A string that consists of exactly 12 digits.

                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                            \n@param id The unique identifier (ID) of this child entity.

                                            The regex pattern for a child ID string requires one of the following:

                                            • Account: A string that consists of exactly 12 digits.

                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                              The unique identifier (ID) of this child entity.

                                              The regex pattern for a child ID string requires one of the following:

                                              • Account: A string that consists of exactly 12 digits.

                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                              The unique identifier (ID) of this child entity.

                                              The regex pattern for a child ID string requires one of the following:

                                              • Account: A string that consists of exactly 12 digits.

                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                              \n@param id The unique identifier (ID) of this child entity.

                                              The regex pattern for a child ID string requires one of the following:

                                              • Account: A string that consists of exactly 12 digits.

                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                The unique identifier (ID) of this child entity.

                                                The regex pattern for a child ID string requires one of the following:

                                                • Account: A string that consists of exactly 12 digits.

                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                \n@return The unique identifier (ID) of this child entity.

                                                The regex pattern for a child ID string requires one of the following:

                                                • Account: A string that consists of exactly 12 digits.

                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                  The unique identifier (ID) of this child entity.

                                                  The regex pattern for a child ID string requires one of the following:

                                                  • Account: A string that consists of exactly 12 digits.

                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                  \n@param id The unique identifier (ID) of this child entity.

                                                  The regex pattern for a child ID string requires one of the following:

                                                  • Account: A string that consists of exactly 12 digits.

                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                  • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                    The unique identifier (ID) of this child entity.

                                                    The regex pattern for a child ID string requires one of the following:

                                                    • Account: A string that consists of exactly 12 digits.

                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ChildType", "defaultConsumerFluentSetterDocumentation" : "

                                                    The type of this child entity.

                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                    The type of this child entity.

                                                    \n

                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                    \n@return The type of this child entity.\n@see ChildType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The type of this child entity.

                                                    \n@param type The type of this child entity.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                    The type of this child entity.

                                                    ", "endpointDiscoveryId" : false, "enumType" : "ChildType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                    The type of this child entity.

                                                    \n@param type The type of this child entity.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                    The type of this child entity.

                                                    \n

                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                    \n@return The type of this child entity.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                    The type of this child entity.

                                                    \n@param type The type of this child entity.\n@see ChildType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                    The type of this child entity.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ChildId", "defaultConsumerFluentSetterDocumentation" : "

                                                    The unique identifier (ID) of this child entity.

                                                    The regex pattern for a child ID string requires one of the following:

                                                    • Account: A string that consists of exactly 12 digits.

                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                    The unique identifier (ID) of this child entity.

                                                    The regex pattern for a child ID string requires one of the following:

                                                    • Account: A string that consists of exactly 12 digits.

                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                    \n@return The unique identifier (ID) of this child entity.

                                                    The regex pattern for a child ID string requires one of the following:

                                                    • Account: A string that consists of exactly 12 digits.

                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                    • \n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                      The unique identifier (ID) of this child entity.

                                                      The regex pattern for a child ID string requires one of the following:

                                                      • Account: A string that consists of exactly 12 digits.

                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                      \n@param id The unique identifier (ID) of this child entity.

                                                      The regex pattern for a child ID string requires one of the following:

                                                      • Account: A string that consists of exactly 12 digits.

                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                        The unique identifier (ID) of this child entity.

                                                        The regex pattern for a child ID string requires one of the following:

                                                        • Account: A string that consists of exactly 12 digits.

                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                        The unique identifier (ID) of this child entity.

                                                        The regex pattern for a child ID string requires one of the following:

                                                        • Account: A string that consists of exactly 12 digits.

                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                        \n@param id The unique identifier (ID) of this child entity.

                                                        The regex pattern for a child ID string requires one of the following:

                                                        • Account: A string that consists of exactly 12 digits.

                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                          The unique identifier (ID) of this child entity.

                                                          The regex pattern for a child ID string requires one of the following:

                                                          • Account: A string that consists of exactly 12 digits.

                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                          \n@return The unique identifier (ID) of this child entity.

                                                          The regex pattern for a child ID string requires one of the following:

                                                          • Account: A string that consists of exactly 12 digits.

                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                            The unique identifier (ID) of this child entity.

                                                            The regex pattern for a child ID string requires one of the following:

                                                            • Account: A string that consists of exactly 12 digits.

                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                            \n@param id The unique identifier (ID) of this child entity.

                                                            The regex pattern for a child ID string requires one of the following:

                                                            • Account: A string that consists of exactly 12 digits.

                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                            • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The unique identifier (ID) of this child entity.

                                                              The regex pattern for a child ID string requires one of the following:

                                                              • Account: A string that consists of exactly 12 digits.

                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ChildType", "defaultConsumerFluentSetterDocumentation" : "

                                                              The type of this child entity.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The type of this child entity.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                              \n@return The type of this child entity.\n@see ChildType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The type of this child entity.

                                                              \n@param type The type of this child entity.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The type of this child entity.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "ChildType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The type of this child entity.

                                                              \n@param type The type of this child entity.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The type of this child entity.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                              \n@return The type of this child entity.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                              The type of this child entity.

                                                              \n@param type The type of this child entity.\n@see ChildType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                              The type of this child entity.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Child", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Child", "variableName" : "child", "variableType" : "Child", "documentation" : null, "simpleType" : "Child", "variableSetterType" : "Child" }, "wrapper" : false, "xmlNamespace" : null }, "ChildNotFoundException" : { "c2jName" : "ChildNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              We can't find an organizational unit (OU) or AWS account with the ChildId that you specified.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ChildNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChildNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ChildNotFoundException", "variableName" : "childNotFoundException", "variableType" : "ChildNotFoundException", "documentation" : null, "simpleType" : "ChildNotFoundException", "variableSetterType" : "ChildNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ChildType" : { "c2jName" : "ChildType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACCOUNT", "value" : "ACCOUNT" }, { "name" : "ORGANIZATIONAL_UNIT", "value" : "ORGANIZATIONAL_UNIT" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChildType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChildType", "variableName" : "childType", "variableType" : "ChildType", "documentation" : null, "simpleType" : "ChildType", "variableSetterType" : "ChildType" }, "wrapper" : false, "xmlNamespace" : null }, "ConcurrentModificationException" : { "c2jName" : "ConcurrentModificationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The target of the operation is currently being modified by a different request. Try again later.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ConcurrentModificationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConcurrentModificationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConcurrentModificationException", "variableName" : "concurrentModificationException", "variableType" : "ConcurrentModificationException", "documentation" : null, "simpleType" : "ConcurrentModificationException", "variableSetterType" : "ConcurrentModificationException" }, "wrapper" : false, "xmlNamespace" : null }, "ConstraintViolationException" : { "c2jName" : "ConstraintViolationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Performing this operation violates a minimum or maximum value limit. For example, attempting to remove the last service control policy (SCP) from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit.

                                                              Some of the reasons in the following list might not be applicable to this specific API or operation:

                                                              • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first agree to the AWS Customer Agreement. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

                                                              • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that doesn't yet have enough information to exist as a standalone account. This account requires you to first complete phone verification. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

                                                              • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

                                                              • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

                                                                Or the number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations or contact AWS Support to request an increase in the number of accounts.

                                                                Deleted and closed accounts still count toward your limit.

                                                                If you get receive this exception when running a command immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

                                                              • CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You can designate only a member account as a delegated administrator.

                                                              • CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: To complete this operation, you must first deregister this account as a delegated administrator.

                                                              • DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: To complete this operation, you must first deregister all delegated administrators for this service.

                                                              • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

                                                              • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

                                                              • MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must first provide contact a valid address and phone number for the master account. Then try the operation again.

                                                              • MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the master account must have an associated account in the AWS GovCloud (US-West) Region. For more information, see AWS Organizations in the AWS GovCloud User Guide.

                                                              • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this master account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

                                                              • MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to register more delegated administrators than allowed for the service principal.

                                                              • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

                                                              • MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this resource.

                                                              • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a valid payment instrument, such as a credit card, with the account. Follow the steps at To leave an organization when all required account information has not yet been provided in the AWS Organizations User Guide.

                                                              • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

                                                              • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many levels deep.

                                                              • ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation that requires the organization to be configured to support all features. An organization that supports only consolidated billing features can't perform this operation.

                                                              • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you can have in an organization.

                                                              • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ConstraintViolationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "ConstraintViolationExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link ConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                              \n@return The value of the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConstraintViolationExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ConstraintViolationExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link ConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                              \n@return The value of the Reason property for this object.\n@see ConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "ConstraintViolationExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link ConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                              \n@return The value of the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConstraintViolationExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ConstraintViolationExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link ConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                              \n@return The value of the Reason property for this object.\n@see ConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "ConstraintViolationExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link ConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                              \n@return The value of the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConstraintViolationExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ConstraintViolationExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link ConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                              \n@return The value of the Reason property for this object.\n@see ConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConstraintViolationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConstraintViolationException", "variableName" : "constraintViolationException", "variableType" : "ConstraintViolationException", "documentation" : null, "simpleType" : "ConstraintViolationException", "variableSetterType" : "ConstraintViolationException" }, "wrapper" : false, "xmlNamespace" : null }, "ConstraintViolationExceptionReason" : { "c2jName" : "ConstraintViolationExceptionReason", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACCOUNT_NUMBER_LIMIT_EXCEEDED", "value" : "ACCOUNT_NUMBER_LIMIT_EXCEEDED" }, { "name" : "HANDSHAKE_RATE_LIMIT_EXCEEDED", "value" : "HANDSHAKE_RATE_LIMIT_EXCEEDED" }, { "name" : "OU_NUMBER_LIMIT_EXCEEDED", "value" : "OU_NUMBER_LIMIT_EXCEEDED" }, { "name" : "OU_DEPTH_LIMIT_EXCEEDED", "value" : "OU_DEPTH_LIMIT_EXCEEDED" }, { "name" : "POLICY_NUMBER_LIMIT_EXCEEDED", "value" : "POLICY_NUMBER_LIMIT_EXCEEDED" }, { "name" : "POLICY_CONTENT_LIMIT_EXCEEDED", "value" : "POLICY_CONTENT_LIMIT_EXCEEDED" }, { "name" : "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED", "value" : "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED" }, { "name" : "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED", "value" : "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED" }, { "name" : "ACCOUNT_CANNOT_LEAVE_ORGANIZATION", "value" : "ACCOUNT_CANNOT_LEAVE_ORGANIZATION" }, { "name" : "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA", "value" : "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA" }, { "name" : "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION", "value" : "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION" }, { "name" : "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED", "value" : "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED" }, { "name" : "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED", "value" : "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED" }, { "name" : "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED", "value" : "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED" }, { "name" : "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE", "value" : "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE" }, { "name" : "MASTER_ACCOUNT_MISSING_CONTACT_INFO", "value" : "MASTER_ACCOUNT_MISSING_CONTACT_INFO" }, { "name" : "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED", "value" : "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED" }, { "name" : "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE", "value" : "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE" }, { "name" : "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION", "value" : "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION" }, { "name" : "EMAIL_VERIFICATION_CODE_EXPIRED", "value" : "EMAIL_VERIFICATION_CODE_EXPIRED" }, { "name" : "WAIT_PERIOD_ACTIVE", "value" : "WAIT_PERIOD_ACTIVE" }, { "name" : "MAX_TAG_LIMIT_EXCEEDED", "value" : "MAX_TAG_LIMIT_EXCEEDED" }, { "name" : "TAG_POLICY_VIOLATION", "value" : "TAG_POLICY_VIOLATION" }, { "name" : "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED", "value" : "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED" }, { "name" : "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR", "value" : "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR" }, { "name" : "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG", "value" : "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG" }, { "name" : "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE", "value" : "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConstraintViolationExceptionReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConstraintViolationExceptionReason", "variableName" : "constraintViolationExceptionReason", "variableType" : "ConstraintViolationExceptionReason", "documentation" : null, "simpleType" : "ConstraintViolationExceptionReason", "variableSetterType" : "ConstraintViolationExceptionReason" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAccountFailureReason" : { "c2jName" : "CreateAccountFailureReason", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACCOUNT_LIMIT_EXCEEDED", "value" : "ACCOUNT_LIMIT_EXCEEDED" }, { "name" : "EMAIL_ALREADY_EXISTS", "value" : "EMAIL_ALREADY_EXISTS" }, { "name" : "INVALID_ADDRESS", "value" : "INVALID_ADDRESS" }, { "name" : "INVALID_EMAIL", "value" : "INVALID_EMAIL" }, { "name" : "CONCURRENT_ACCOUNT_MODIFICATION", "value" : "CONCURRENT_ACCOUNT_MODIFICATION" }, { "name" : "INTERNAL_FAILURE", "value" : "INTERNAL_FAILURE" }, { "name" : "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "value" : "GOVCLOUD_ACCOUNT_ALREADY_EXISTS" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountFailureReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAccountFailureReason", "variableName" : "createAccountFailureReason", "variableType" : "CreateAccountFailureReason", "documentation" : null, "simpleType" : "CreateAccountFailureReason", "variableSetterType" : "CreateAccountFailureReason" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAccountRequest" : { "c2jName" : "CreateAccountRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CreateAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@return The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@return The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountName(String)}.\n@param accountName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@return The friendly name of the member account.\n@deprecated Use {@link #accountName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountName(String)}\n", "documentation" : "

                                                              The friendly name of the member account.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@return The friendly name of the member account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountName", "sensitive" : true, "setterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@param accountName The friendly name of the member account.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                              The friendly name of the member account.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "RoleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@return (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@param roleName (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@param roleName (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@return (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RoleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@param roleName (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamUserAccessToBilling", "beanStyleSetterMethodName" : "setIamUserAccessToBilling", "c2jName" : "IamUserAccessToBilling", "c2jShape" : "IAMUserAccessToBilling", "defaultConsumerFluentSetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamUserAccessToBillingAsString(String)}.\n@param iamUserAccessToBilling a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamUserAccessToBilling(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                              \n@return If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBillingAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBilling(String)}\n", "documentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "IAMUserAccessToBilling", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamUserAccessToBilling property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamUserAccessToBilling", "fluentEnumGetterMethodName" : "iamUserAccessToBilling", "fluentEnumSetterMethodName" : "iamUserAccessToBilling", "fluentGetterMethodName" : "iamUserAccessToBillingAsString", "fluentSetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling", "fluentSetterMethodName" : "iamUserAccessToBilling", "getterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                              \n@return If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamUserAccessToBilling", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamUserAccessToBilling", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamUserAccessToBilling", "sensitive" : false, "setterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "setterMethodName" : "setIamUserAccessToBilling", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountName(String)}.\n@param accountName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@return The friendly name of the member account.\n@deprecated Use {@link #accountName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountName(String)}\n", "documentation" : "

                                                              The friendly name of the member account.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@return The friendly name of the member account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountName", "sensitive" : true, "setterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@param accountName The friendly name of the member account.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                              The friendly name of the member account.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Email" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@return The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@return The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IamUserAccessToBilling" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamUserAccessToBilling", "beanStyleSetterMethodName" : "setIamUserAccessToBilling", "c2jName" : "IamUserAccessToBilling", "c2jShape" : "IAMUserAccessToBilling", "defaultConsumerFluentSetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamUserAccessToBillingAsString(String)}.\n@param iamUserAccessToBilling a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamUserAccessToBilling(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                              \n@return If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBillingAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBilling(String)}\n", "documentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "IAMUserAccessToBilling", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamUserAccessToBilling property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamUserAccessToBilling", "fluentEnumGetterMethodName" : "iamUserAccessToBilling", "fluentEnumSetterMethodName" : "iamUserAccessToBilling", "fluentGetterMethodName" : "iamUserAccessToBillingAsString", "fluentSetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling", "fluentSetterMethodName" : "iamUserAccessToBilling", "getterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                              \n@return If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamUserAccessToBilling", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamUserAccessToBilling", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamUserAccessToBilling", "sensitive" : false, "setterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "setterMethodName" : "setIamUserAccessToBilling", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "RoleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@return (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@param roleName (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@param roleName (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@return (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RoleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@param roleName (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@return The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@return The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                                              The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountName(String)}.\n@param accountName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@return The friendly name of the member account.\n@deprecated Use {@link #accountName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountName(String)}\n", "documentation" : "

                                                              The friendly name of the member account.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@return The friendly name of the member account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountName", "sensitive" : true, "setterDocumentation" : "

                                                              The friendly name of the member account.

                                                              \n@param accountName The friendly name of the member account.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                              The friendly name of the member account.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "RoleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@return (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@param roleName (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@param roleName (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@return (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RoleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              \n@param roleName (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

                                                              (Optional)

                                                              The name of an IAM role that AWS Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                              If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                              For more information about how to use this role to access the member account, see the following links:

                                                              The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamUserAccessToBilling", "beanStyleSetterMethodName" : "setIamUserAccessToBilling", "c2jName" : "IamUserAccessToBilling", "c2jShape" : "IAMUserAccessToBilling", "defaultConsumerFluentSetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamUserAccessToBillingAsString(String)}.\n@param iamUserAccessToBilling a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamUserAccessToBilling(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                              \n@return If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBillingAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBilling(String)}\n", "documentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "IAMUserAccessToBilling", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamUserAccessToBilling property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamUserAccessToBilling", "fluentEnumGetterMethodName" : "iamUserAccessToBilling", "fluentEnumSetterMethodName" : "iamUserAccessToBilling", "fluentGetterMethodName" : "iamUserAccessToBillingAsString", "fluentSetterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling", "fluentSetterMethodName" : "iamUserAccessToBilling", "getterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                              \n@return If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamUserAccessToBilling", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamUserAccessToBilling", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamUserAccessToBilling", "sensitive" : false, "setterDocumentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "setterMethodName" : "setIamUserAccessToBilling", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : "

                                                              If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                              If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Email", "AccountName" ], "shapeName" : "CreateAccountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAccountRequest", "variableName" : "createAccountRequest", "variableType" : "CreateAccountRequest", "documentation" : null, "simpleType" : "CreateAccountRequest", "variableSetterType" : "CreateAccountRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAccountResponse" : { "c2jName" : "CreateAccountResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatus(CreateAccountStatus)}.\n@param createAccountStatus a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatus(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@return A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.\n@deprecated Use {@link #createAccountStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatus(CreateAccountStatus)}\n", "documentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@return A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateAccountStatus", "sensitive" : false, "setterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateAccountStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatus(CreateAccountStatus)}.\n@param createAccountStatus a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatus(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@return A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.\n@deprecated Use {@link #createAccountStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatus(CreateAccountStatus)}\n", "documentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@return A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateAccountStatus", "sensitive" : false, "setterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatus(CreateAccountStatus)}.\n@param createAccountStatus a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatus(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@return A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.\n@deprecated Use {@link #createAccountStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatus(CreateAccountStatus)}\n", "documentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@return A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateAccountStatus", "sensitive" : false, "setterDocumentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                                              A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

                                                              ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAccountResponse", "variableName" : "createAccountResponse", "variableType" : "CreateAccountResponse", "documentation" : null, "simpleType" : "CreateAccountResponse", "variableSetterType" : "CreateAccountResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAccountState" : { "c2jName" : "CreateAccountState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "FAILED", "value" : "FAILED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAccountState", "variableName" : "createAccountState", "variableType" : "CreateAccountState", "documentation" : null, "simpleType" : "CreateAccountState", "variableSetterType" : "CreateAccountState" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAccountStatus" : { "c2jName" : "CreateAccountStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Contains the status about a CreateAccount or CreateGovCloudAccount request to create an AWS account or an AWS GovCloud (US) account in an organization.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "CreateAccountRequestId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                              \n@return The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                              \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                              The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                              The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                              \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                              The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                              \n@return The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                              The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                              \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                              The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                              The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The account name given to the account when it was created.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountName(String)}.\n@param accountName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The account name given to the account when it was created.

                                                              \n@return The account name given to the account when it was created.\n@deprecated Use {@link #accountName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The account name given to the account when it was created.

                                                              \n@param accountName The account name given to the account when it was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountName(String)}\n", "documentation" : "

                                                              The account name given to the account when it was created.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                              The account name given to the account when it was created.

                                                              \n@param accountName The account name given to the account when it was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                              The account name given to the account when it was created.

                                                              \n@return The account name given to the account when it was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountName", "sensitive" : true, "setterDocumentation" : "

                                                              The account name given to the account when it was created.

                                                              \n@param accountName The account name given to the account when it was created.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                              The account name given to the account when it was created.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "CreateAccountState", "defaultConsumerFluentSetterDocumentation" : "

                                                              The status of the request.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The status of the request.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                              \n@return The status of the request.\n@see CreateAccountState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The status of the request.

                                                              \n@param state The status of the request.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

                                                              The status of the request.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "CreateAccountState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                                                              The status of the request.

                                                              \n@param state The status of the request.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                              The status of the request.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                              \n@return The status of the request.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                              The status of the request.

                                                              \n@param state The status of the request.\n@see CreateAccountState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                              The status of the request.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                              The date and time that the request was made for the account creation.

                                                              \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #requestedTimestamp(Instant)}.\n@param requestedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requestedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The date and time that the request was made for the account creation.

                                                              \n@return The date and time that the request was made for the account creation.\n@deprecated Use {@link #requestedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The date and time that the request was made for the account creation.

                                                              \n@param requestedTimestamp The date and time that the request was made for the account creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedTimestamp(Instant)}\n", "documentation" : "

                                                              The date and time that the request was made for the account creation.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                              The date and time that the request was made for the account creation.

                                                              \n@param requestedTimestamp The date and time that the request was made for the account creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                              The date and time that the request was made for the account creation.

                                                              \n@return The date and time that the request was made for the account creation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                              The date and time that the request was made for the account creation.

                                                              \n@param requestedTimestamp The date and time that the request was made for the account creation.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                              The date and time that the request was made for the account creation.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletedTimestamp", "beanStyleSetterMethodName" : "setCompletedTimestamp", "c2jName" : "CompletedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                              The date and time that the account was created and the request completed.

                                                              \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completedTimestamp(Instant)}.\n@param completedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The date and time that the account was created and the request completed.

                                                              \n@return The date and time that the account was created and the request completed.\n@deprecated Use {@link #completedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The date and time that the account was created and the request completed.

                                                              \n@param completedTimestamp The date and time that the account was created and the request completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedTimestamp(Instant)}\n", "documentation" : "

                                                              The date and time that the account was created and the request completed.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completedTimestamp", "fluentSetterDocumentation" : "

                                                              The date and time that the account was created and the request completed.

                                                              \n@param completedTimestamp The date and time that the account was created and the request completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedTimestamp", "getterDocumentation" : "

                                                              The date and time that the account was created and the request completed.

                                                              \n@return The date and time that the account was created and the request completed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CompletedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                              The date and time that the account was created and the request completed.

                                                              \n@param completedTimestamp The date and time that the account was created and the request completed.", "setterMethodName" : "setCompletedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                              The date and time that the account was created and the request completed.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                              \n@return If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                              \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                              \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                              \n@return If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                              \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account.

                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getGovCloudAccountId", "beanStyleSetterMethodName" : "setGovCloudAccountId", "c2jName" : "GovCloudAccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #govCloudAccountId(String)}.\n@param govCloudAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #govCloudAccountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                              \n@return If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.\n@deprecated Use {@link #govCloudAccountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                              \n@param govCloudAccountId If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #govCloudAccountId(String)}\n", "documentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the GovCloudAccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasGovCloudAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "govCloudAccountId", "fluentSetterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                              \n@param govCloudAccountId If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "govCloudAccountId", "getterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                              \n@return If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GovCloudAccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "GovCloudAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GovCloudAccountId", "sensitive" : false, "setterDocumentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                              \n@param govCloudAccountId If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.", "setterMethodName" : "setGovCloudAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "govCloudAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "govCloudAccountId", "variableType" : "String", "documentation" : "

                                                              If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "CreateAccountFailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                              If the request failed, a description of the reason for the failure.

                                                              • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                              • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                              • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                              • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                              • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                              • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReasonAsString(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If the request failed, a description of the reason for the failure.

                                                              • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                              • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                              • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                              • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                              • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                              • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #failureReason} will return {@link CreateAccountFailureReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureReasonAsString}.\n

                                                              \n@return If the request failed, a description of the reason for the failure.

                                                              • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                              • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                              • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                              • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                              • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                              • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                              • \n@see CreateAccountFailureReason\n@deprecated Use {@link #failureReasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                If the request failed, a description of the reason for the failure.

                                                                • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                \n@param failureReason If the request failed, a description of the reason for the failure.

                                                                • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                • \n@see CreateAccountFailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountFailureReason\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                                  If the request failed, a description of the reason for the failure.

                                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                  • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                  ", "endpointDiscoveryId" : false, "enumType" : "CreateAccountFailureReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : "failureReason", "fluentEnumSetterMethodName" : "failureReason", "fluentGetterMethodName" : "failureReasonAsString", "fluentSetterDocumentation" : "

                                                                  If the request failed, a description of the reason for the failure.

                                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                  • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                  \n@param failureReason If the request failed, a description of the reason for the failure.

                                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                  • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                  • \n@see CreateAccountFailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountFailureReason", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                                    If the request failed, a description of the reason for the failure.

                                                                    • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                    • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                    • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                    • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                    • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                    • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                    \n

                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #failureReason} will return {@link CreateAccountFailureReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureReasonAsString}.\n

                                                                    \n@return If the request failed, a description of the reason for the failure.

                                                                    • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                    • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                    • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                    • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                    • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                    • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                    • \n@see CreateAccountFailureReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

                                                                      If the request failed, a description of the reason for the failure.

                                                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                      • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                      \n@param failureReason If the request failed, a description of the reason for the failure.

                                                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                      • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                      • \n@see CreateAccountFailureReason", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

                                                                        If the request failed, a description of the reason for the failure.

                                                                        • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                        • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                        • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                        • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                        • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                        • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                        If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                        \n@return If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                        \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                        If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                        If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                        \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                        If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                        \n@return If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                        If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                        \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                        If the account was created successfully, the unique identifier (ID) of the new account.

                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AccountName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The account name given to the account when it was created.

                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountName(String)}.\n@param accountName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The account name given to the account when it was created.

                                                                        \n@return The account name given to the account when it was created.\n@deprecated Use {@link #accountName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The account name given to the account when it was created.

                                                                        \n@param accountName The account name given to the account when it was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountName(String)}\n", "documentation" : "

                                                                        The account name given to the account when it was created.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                                        The account name given to the account when it was created.

                                                                        \n@param accountName The account name given to the account when it was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                                        The account name given to the account when it was created.

                                                                        \n@return The account name given to the account when it was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountName", "sensitive" : true, "setterDocumentation" : "

                                                                        The account name given to the account when it was created.

                                                                        \n@param accountName The account name given to the account when it was created.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                                        The account name given to the account when it was created.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CompletedTimestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletedTimestamp", "beanStyleSetterMethodName" : "setCompletedTimestamp", "c2jName" : "CompletedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The date and time that the account was created and the request completed.

                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completedTimestamp(Instant)}.\n@param completedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The date and time that the account was created and the request completed.

                                                                        \n@return The date and time that the account was created and the request completed.\n@deprecated Use {@link #completedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The date and time that the account was created and the request completed.

                                                                        \n@param completedTimestamp The date and time that the account was created and the request completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedTimestamp(Instant)}\n", "documentation" : "

                                                                        The date and time that the account was created and the request completed.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completedTimestamp", "fluentSetterDocumentation" : "

                                                                        The date and time that the account was created and the request completed.

                                                                        \n@param completedTimestamp The date and time that the account was created and the request completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedTimestamp", "getterDocumentation" : "

                                                                        The date and time that the account was created and the request completed.

                                                                        \n@return The date and time that the account was created and the request completed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CompletedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                        The date and time that the account was created and the request completed.

                                                                        \n@param completedTimestamp The date and time that the account was created and the request completed.", "setterMethodName" : "setCompletedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                        The date and time that the account was created and the request completed.

                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "CreateAccountFailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                        If the request failed, a description of the reason for the failure.

                                                                        • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                        • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                        • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                        • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                        • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                        • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReasonAsString(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        If the request failed, a description of the reason for the failure.

                                                                        • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                        • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                        • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                        • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                        • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                        • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                        \n

                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #failureReason} will return {@link CreateAccountFailureReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureReasonAsString}.\n

                                                                        \n@return If the request failed, a description of the reason for the failure.

                                                                        • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                        • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                        • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                        • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                        • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                        • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                        • \n@see CreateAccountFailureReason\n@deprecated Use {@link #failureReasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                          If the request failed, a description of the reason for the failure.

                                                                          • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                          • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                          • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                          • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                          • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                          • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                          \n@param failureReason If the request failed, a description of the reason for the failure.

                                                                          • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                          • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                          • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                          • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                          • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                          • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                          • \n@see CreateAccountFailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountFailureReason\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                                            If the request failed, a description of the reason for the failure.

                                                                            • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                            • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                            • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                            • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                            • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                            • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                            ", "endpointDiscoveryId" : false, "enumType" : "CreateAccountFailureReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : "failureReason", "fluentEnumSetterMethodName" : "failureReason", "fluentGetterMethodName" : "failureReasonAsString", "fluentSetterDocumentation" : "

                                                                            If the request failed, a description of the reason for the failure.

                                                                            • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                            • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                            • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                            • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                            • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                            • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                            \n@param failureReason If the request failed, a description of the reason for the failure.

                                                                            • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                            • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                            • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                            • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                            • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                            • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                            • \n@see CreateAccountFailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountFailureReason", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                                              If the request failed, a description of the reason for the failure.

                                                                              • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                              • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                              • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                              • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                              • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                              • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                              \n

                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #failureReason} will return {@link CreateAccountFailureReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureReasonAsString}.\n

                                                                              \n@return If the request failed, a description of the reason for the failure.

                                                                              • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                              • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                              • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                              • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                              • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                              • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                              • \n@see CreateAccountFailureReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

                                                                                If the request failed, a description of the reason for the failure.

                                                                                • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                \n@param failureReason If the request failed, a description of the reason for the failure.

                                                                                • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                • \n@see CreateAccountFailureReason", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

                                                                                  If the request failed, a description of the reason for the failure.

                                                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                  • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "GovCloudAccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getGovCloudAccountId", "beanStyleSetterMethodName" : "setGovCloudAccountId", "c2jName" : "GovCloudAccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #govCloudAccountId(String)}.\n@param govCloudAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #govCloudAccountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@return If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.\n@deprecated Use {@link #govCloudAccountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@param govCloudAccountId If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #govCloudAccountId(String)}\n", "documentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the GovCloudAccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasGovCloudAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "govCloudAccountId", "fluentSetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@param govCloudAccountId If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "govCloudAccountId", "getterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@return If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GovCloudAccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "GovCloudAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GovCloudAccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@param govCloudAccountId If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.", "setterMethodName" : "setGovCloudAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "govCloudAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "govCloudAccountId", "variableType" : "String", "documentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "CreateAccountRequestId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@return The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@return The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RequestedTimestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #requestedTimestamp(Instant)}.\n@param requestedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requestedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@return The date and time that the request was made for the account creation.\n@deprecated Use {@link #requestedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedTimestamp(Instant)}\n", "documentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@return The date and time that the request was made for the account creation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "State" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "CreateAccountState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                  \n@return The status of the request.\n@see CreateAccountState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n@param state The status of the request.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

                                                                                  The status of the request.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "CreateAccountState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n@param state The status of the request.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                  \n@return The status of the request.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n@param state The status of the request.\n@see CreateAccountState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                  The status of the request.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "CreateAccountRequestId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@return The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@return The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                                                  The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The account name given to the account when it was created.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountName(String)}.\n@param accountName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The account name given to the account when it was created.

                                                                                  \n@return The account name given to the account when it was created.\n@deprecated Use {@link #accountName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The account name given to the account when it was created.

                                                                                  \n@param accountName The account name given to the account when it was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountName(String)}\n", "documentation" : "

                                                                                  The account name given to the account when it was created.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                                                  The account name given to the account when it was created.

                                                                                  \n@param accountName The account name given to the account when it was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                                                  The account name given to the account when it was created.

                                                                                  \n@return The account name given to the account when it was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountName", "sensitive" : true, "setterDocumentation" : "

                                                                                  The account name given to the account when it was created.

                                                                                  \n@param accountName The account name given to the account when it was created.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                                                  The account name given to the account when it was created.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "CreateAccountState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                  \n@return The status of the request.\n@see CreateAccountState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n@param state The status of the request.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

                                                                                  The status of the request.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "CreateAccountState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n@param state The status of the request.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                  \n@return The status of the request.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                  The status of the request.

                                                                                  \n@param state The status of the request.\n@see CreateAccountState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                  The status of the request.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #requestedTimestamp(Instant)}.\n@param requestedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requestedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@return The date and time that the request was made for the account creation.\n@deprecated Use {@link #requestedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedTimestamp(Instant)}\n", "documentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@return The date and time that the request was made for the account creation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                  The date and time that the request was made for the account creation.

                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletedTimestamp", "beanStyleSetterMethodName" : "setCompletedTimestamp", "c2jName" : "CompletedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The date and time that the account was created and the request completed.

                                                                                  \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completedTimestamp(Instant)}.\n@param completedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The date and time that the account was created and the request completed.

                                                                                  \n@return The date and time that the account was created and the request completed.\n@deprecated Use {@link #completedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The date and time that the account was created and the request completed.

                                                                                  \n@param completedTimestamp The date and time that the account was created and the request completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedTimestamp(Instant)}\n", "documentation" : "

                                                                                  The date and time that the account was created and the request completed.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completedTimestamp", "fluentSetterDocumentation" : "

                                                                                  The date and time that the account was created and the request completed.

                                                                                  \n@param completedTimestamp The date and time that the account was created and the request completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedTimestamp", "getterDocumentation" : "

                                                                                  The date and time that the account was created and the request completed.

                                                                                  \n@return The date and time that the account was created and the request completed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CompletedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                  The date and time that the account was created and the request completed.

                                                                                  \n@param completedTimestamp The date and time that the account was created and the request completed.", "setterMethodName" : "setCompletedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                  The date and time that the account was created and the request completed.

                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                  \n@return If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                  \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                  \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                  \n@return If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                  \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getGovCloudAccountId", "beanStyleSetterMethodName" : "setGovCloudAccountId", "c2jName" : "GovCloudAccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #govCloudAccountId(String)}.\n@param govCloudAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #govCloudAccountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@return If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.\n@deprecated Use {@link #govCloudAccountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@param govCloudAccountId If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #govCloudAccountId(String)}\n", "documentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the GovCloudAccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasGovCloudAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "govCloudAccountId", "fluentSetterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@param govCloudAccountId If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "govCloudAccountId", "getterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@return If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GovCloudAccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "GovCloudAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "GovCloudAccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  \n@param govCloudAccountId If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.", "setterMethodName" : "setGovCloudAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "govCloudAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "govCloudAccountId", "variableType" : "String", "documentation" : "

                                                                                  If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "CreateAccountFailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  If the request failed, a description of the reason for the failure.

                                                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                  • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReasonAsString(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  If the request failed, a description of the reason for the failure.

                                                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                  • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #failureReason} will return {@link CreateAccountFailureReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureReasonAsString}.\n

                                                                                  \n@return If the request failed, a description of the reason for the failure.

                                                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                  • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                  • \n@see CreateAccountFailureReason\n@deprecated Use {@link #failureReasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                    If the request failed, a description of the reason for the failure.

                                                                                    • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                    • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                    • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                    • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                    • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                    • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                    \n@param failureReason If the request failed, a description of the reason for the failure.

                                                                                    • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                    • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                    • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                    • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                    • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                    • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                    • \n@see CreateAccountFailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountFailureReason\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                                                      If the request failed, a description of the reason for the failure.

                                                                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                      • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "CreateAccountFailureReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : "failureReason", "fluentEnumSetterMethodName" : "failureReason", "fluentGetterMethodName" : "failureReasonAsString", "fluentSetterDocumentation" : "

                                                                                      If the request failed, a description of the reason for the failure.

                                                                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                      • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                      \n@param failureReason If the request failed, a description of the reason for the failure.

                                                                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                      • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                      • \n@see CreateAccountFailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountFailureReason", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                                                        If the request failed, a description of the reason for the failure.

                                                                                        • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                        • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                        • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                        • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                        • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                        • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                        \n

                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #failureReason} will return {@link CreateAccountFailureReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureReasonAsString}.\n

                                                                                        \n@return If the request failed, a description of the reason for the failure.

                                                                                        • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                        • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                        • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                        • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                        • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                        • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                        • \n@see CreateAccountFailureReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FailureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

                                                                                          If the request failed, a description of the reason for the failure.

                                                                                          • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                          • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                          • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                          • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                          • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                          • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                          \n@param failureReason If the request failed, a description of the reason for the failure.

                                                                                          • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                          • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                          • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                          • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                          • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                          • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                          • \n@see CreateAccountFailureReason", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

                                                                                            If the request failed, a description of the reason for the failure.

                                                                                            • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                                                            • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                                                            • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

                                                                                            • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                                                            • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                                                            • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAccountStatusNotFoundException" : { "c2jName" : "CreateAccountStatusNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            We can't find an create account request with the CreateAccountRequestId that you specified.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CreateAccountStatusNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountStatusNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatusNotFoundException", "variableName" : "createAccountStatusNotFoundException", "variableType" : "CreateAccountStatusNotFoundException", "documentation" : null, "simpleType" : "CreateAccountStatusNotFoundException", "variableSetterType" : "CreateAccountStatusNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "CreateGovCloudAccountRequest" : { "c2jName" : "CreateGovCloudAccountRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateGovCloudAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CreateGovCloudAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@return The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@param email The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@param email The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@return The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@param email The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountName(String)}.\n@param accountName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@return The friendly name of the member account.\n@deprecated Use {@link #accountName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountName(String)}\n", "documentation" : "

                                                                                            The friendly name of the member account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@return The friendly name of the member account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountName", "sensitive" : true, "setterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@param accountName The friendly name of the member account.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                                                            The friendly name of the member account.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "RoleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@return (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@param roleName (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@param roleName (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@return (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RoleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@param roleName (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamUserAccessToBilling", "beanStyleSetterMethodName" : "setIamUserAccessToBilling", "c2jName" : "IamUserAccessToBilling", "c2jShape" : "IAMUserAccessToBilling", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamUserAccessToBillingAsString(String)}.\n@param iamUserAccessToBilling a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamUserAccessToBilling(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                                                            \n@return If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBillingAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n@param iamUserAccessToBilling If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBilling(String)}\n", "documentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "IAMUserAccessToBilling", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamUserAccessToBilling property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamUserAccessToBilling", "fluentEnumGetterMethodName" : "iamUserAccessToBilling", "fluentEnumSetterMethodName" : "iamUserAccessToBilling", "fluentGetterMethodName" : "iamUserAccessToBillingAsString", "fluentSetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n@param iamUserAccessToBilling If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling", "fluentSetterMethodName" : "iamUserAccessToBilling", "getterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                                                            \n@return If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamUserAccessToBilling", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamUserAccessToBilling", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamUserAccessToBilling", "sensitive" : false, "setterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n@param iamUserAccessToBilling If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "setterMethodName" : "setIamUserAccessToBilling", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountName(String)}.\n@param accountName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@return The friendly name of the member account.\n@deprecated Use {@link #accountName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountName(String)}\n", "documentation" : "

                                                                                            The friendly name of the member account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@return The friendly name of the member account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountName", "sensitive" : true, "setterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@param accountName The friendly name of the member account.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                                                            The friendly name of the member account.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Email" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@return The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@param email The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@param email The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@return The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@param email The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IamUserAccessToBilling" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamUserAccessToBilling", "beanStyleSetterMethodName" : "setIamUserAccessToBilling", "c2jName" : "IamUserAccessToBilling", "c2jShape" : "IAMUserAccessToBilling", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamUserAccessToBillingAsString(String)}.\n@param iamUserAccessToBilling a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamUserAccessToBilling(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                                                            \n@return If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBillingAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n@param iamUserAccessToBilling If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBilling(String)}\n", "documentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "IAMUserAccessToBilling", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamUserAccessToBilling property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamUserAccessToBilling", "fluentEnumGetterMethodName" : "iamUserAccessToBilling", "fluentEnumSetterMethodName" : "iamUserAccessToBilling", "fluentGetterMethodName" : "iamUserAccessToBillingAsString", "fluentSetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n@param iamUserAccessToBilling If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling", "fluentSetterMethodName" : "iamUserAccessToBilling", "getterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                                                            \n@return If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamUserAccessToBilling", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamUserAccessToBilling", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamUserAccessToBilling", "sensitive" : false, "setterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n@param iamUserAccessToBilling If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "setterMethodName" : "setIamUserAccessToBilling", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "RoleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@return (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@param roleName (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@param roleName (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@return (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RoleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@param roleName (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@return The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@param email The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@param email The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@return The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            \n@param email The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                                                                            The email address of the owner to assign to the new member account in the commercial Region. This email address must not already be associated with another AWS account. You must use a valid email address to complete account creation. You can't access the root user of the account or remove an account that was created with an invalid email address. Like all request parameters for CreateGovCloudAccount, the request for the email address for the AWS GovCloud (US) account originates from the commercial Region, not from the AWS GovCloud (US) Region.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountName(String)}.\n@param accountName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@return The friendly name of the member account.\n@deprecated Use {@link #accountName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountName(String)}\n", "documentation" : "

                                                                                            The friendly name of the member account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@return The friendly name of the member account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountName", "sensitive" : true, "setterDocumentation" : "

                                                                                            The friendly name of the member account.

                                                                                            \n@param accountName The friendly name of the member account.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                                                            The friendly name of the member account.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "RoleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@return (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@param roleName (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@param roleName (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@return (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RoleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            \n@param roleName (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

                                                                                            (Optional)

                                                                                            The name of an IAM role that AWS Organizations automatically preconfigures in the new member accounts in both the AWS GovCloud (US) Region and in the commercial Region. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                                                                            If you don't specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                                                                            For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                                                                            The regex pattern that is used to validate this parameter. The pattern can include uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamUserAccessToBilling", "beanStyleSetterMethodName" : "setIamUserAccessToBilling", "c2jName" : "IamUserAccessToBilling", "c2jShape" : "IAMUserAccessToBilling", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamUserAccessToBillingAsString(String)}.\n@param iamUserAccessToBilling a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamUserAccessToBilling(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                                                            \n@return If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBillingAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n@param iamUserAccessToBilling If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling\n@deprecated Use {@link #iamUserAccessToBilling(String)}\n", "documentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "IAMUserAccessToBilling", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamUserAccessToBilling property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamUserAccessToBilling", "fluentEnumGetterMethodName" : "iamUserAccessToBilling", "fluentEnumSetterMethodName" : "iamUserAccessToBilling", "fluentGetterMethodName" : "iamUserAccessToBillingAsString", "fluentSetterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n@param iamUserAccessToBilling If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling", "fluentSetterMethodName" : "iamUserAccessToBilling", "getterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #iamUserAccessToBilling} will return {@link IAMUserAccessToBilling#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #iamUserAccessToBillingAsString}.\n

                                                                                            \n@return If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamUserAccessToBilling", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IamUserAccessToBilling", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamUserAccessToBilling", "sensitive" : false, "setterDocumentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            \n@param iamUserAccessToBilling If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "setterMethodName" : "setIamUserAccessToBilling", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : "

                                                                                            If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions. If set to DENY, only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                                                                            If you don't specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Email", "AccountName" ], "shapeName" : "CreateGovCloudAccountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateGovCloudAccountRequest", "variableName" : "createGovCloudAccountRequest", "variableType" : "CreateGovCloudAccountRequest", "documentation" : null, "simpleType" : "CreateGovCloudAccountRequest", "variableSetterType" : "CreateGovCloudAccountRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateGovCloudAccountResponse" : { "c2jName" : "CreateGovCloudAccountResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatus(CreateAccountStatus)}.\n@param createAccountStatus a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatus(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the CreateAccountStatus property for this object.\n@return The value of the CreateAccountStatus property for this object.\n@deprecated Use {@link #createAccountStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\n@param createAccountStatus The new value for the CreateAccountStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatus(CreateAccountStatus)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\n@param createAccountStatus The new value for the CreateAccountStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "Returns the value of the CreateAccountStatus property for this object.\n@return The value of the CreateAccountStatus property for this object.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateAccountStatus", "sensitive" : false, "setterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\n@param createAccountStatus The new value for the CreateAccountStatus property for this object.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateAccountStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatus(CreateAccountStatus)}.\n@param createAccountStatus a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatus(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the CreateAccountStatus property for this object.\n@return The value of the CreateAccountStatus property for this object.\n@deprecated Use {@link #createAccountStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\n@param createAccountStatus The new value for the CreateAccountStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatus(CreateAccountStatus)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\n@param createAccountStatus The new value for the CreateAccountStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "Returns the value of the CreateAccountStatus property for this object.\n@return The value of the CreateAccountStatus property for this object.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateAccountStatus", "sensitive" : false, "setterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\n@param createAccountStatus The new value for the CreateAccountStatus property for this object.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatus(CreateAccountStatus)}.\n@param createAccountStatus a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatus(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the CreateAccountStatus property for this object.\n@return The value of the CreateAccountStatus property for this object.\n@deprecated Use {@link #createAccountStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\n@param createAccountStatus The new value for the CreateAccountStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatus(CreateAccountStatus)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\n@param createAccountStatus The new value for the CreateAccountStatus property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "Returns the value of the CreateAccountStatus property for this object.\n@return The value of the CreateAccountStatus property for this object.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateAccountStatus", "sensitive" : false, "setterDocumentation" : "Sets the value of the CreateAccountStatus property for this object.\n\n@param createAccountStatus The new value for the CreateAccountStatus property for this object.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateGovCloudAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateGovCloudAccountResponse", "variableName" : "createGovCloudAccountResponse", "variableType" : "CreateGovCloudAccountResponse", "documentation" : null, "simpleType" : "CreateGovCloudAccountResponse", "variableSetterType" : "CreateGovCloudAccountResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateOrganizationRequest" : { "c2jName" : "CreateOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CreateOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                            • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                              The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                            • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #featureSetAsString(String)}.\n@param featureSet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #featureSet(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                            • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                              The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                            • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                            \n@return Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                            • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                              The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                            • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                            • \n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSetAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                              Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                              • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                              • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                              \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                              • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                              • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                              • \n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSet(String)}\n", "documentation" : "

                                                                                                Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                  The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "OrganizationFeatureSet", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FeatureSet property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFeatureSet", "fluentEnumGetterMethodName" : "featureSet", "fluentEnumSetterMethodName" : "featureSet", "fluentGetterMethodName" : "featureSetAsString", "fluentSetterDocumentation" : "

                                                                                                Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                  The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                  The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                • \n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                                                  Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                  • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                    The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                  • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                  \n

                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                  \n@return Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                  • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                    The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                  • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                  • \n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FeatureSet", "sensitive" : false, "setterDocumentation" : "

                                                                                                    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                    • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                      The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                    • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                    \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                    • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                      The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                    • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                    • \n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                                                      Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                        The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                      • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FeatureSet" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                      Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                        The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                      • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #featureSetAsString(String)}.\n@param featureSet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #featureSet(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                      Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                        The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                      • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                      \n

                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                      \n@return Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                        The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                      • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                      • \n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSetAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                        Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                        • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                          The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                        • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                        \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                        • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                          The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                        • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                        • \n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSet(String)}\n", "documentation" : "

                                                                                                          Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                          • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                            The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                          • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "OrganizationFeatureSet", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FeatureSet property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFeatureSet", "fluentEnumGetterMethodName" : "featureSet", "fluentEnumSetterMethodName" : "featureSet", "fluentGetterMethodName" : "featureSetAsString", "fluentSetterDocumentation" : "

                                                                                                          Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                          • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                            The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                          • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                          \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                          • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                            The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                          • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                          • \n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                                                            Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                            • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                              The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                            • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                            \n

                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                            \n@return Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                            • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                              The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                            • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                            • \n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FeatureSet", "sensitive" : false, "setterDocumentation" : "

                                                                                                              Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                              • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                              • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                              \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                              • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                              • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                              • \n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                                                                Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                  The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                  The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #featureSetAsString(String)}.\n@param featureSet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #featureSet(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                  The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                \n

                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                                \n@return Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                  The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                • \n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSetAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                  Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                  • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                    The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                  • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                  \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                  • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                    The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                  • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                  • \n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSet(String)}\n", "documentation" : "

                                                                                                                    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                    • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                      The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                    • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "OrganizationFeatureSet", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FeatureSet property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFeatureSet", "fluentEnumGetterMethodName" : "featureSet", "fluentEnumSetterMethodName" : "featureSet", "fluentGetterMethodName" : "featureSetAsString", "fluentSetterDocumentation" : "

                                                                                                                    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                    • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                      The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                    • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                    \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                    • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                      The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                    • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                    • \n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                                                                      Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                        The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                      • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                      \n

                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                                      \n@return Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                        The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                      • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                      • \n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FeatureSet", "sensitive" : false, "setterDocumentation" : "

                                                                                                                        Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                        • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                          The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                        • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                        \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                        • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                          The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                        • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                        • \n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                                                                          Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                                                                          • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated billing in the AWS Organizations User Guide.

                                                                                                                            The consolidated billing feature subset isn't available for organizations in the AWS GovCloud (US) Region.

                                                                                                                          • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any policy type to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateOrganizationRequest", "variableName" : "createOrganizationRequest", "variableType" : "CreateOrganizationRequest", "documentation" : null, "simpleType" : "CreateOrganizationRequest", "variableSetterType" : "CreateOrganizationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateOrganizationResponse" : { "c2jName" : "CreateOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Organization.Builder} avoiding the need to create one manually via {@link Organization#builder()}.\n\nWhen the {@link Consumer} completes, {@link Organization.Builder#build()} is called immediately and its result is passed to {@link #organization(Organization)}.\n@param organization a consumer that will call methods on {@link Organization.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organization(Organization)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@return A structure that contains details about the newly created organization.\n@deprecated Use {@link #organization()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@param organization A structure that contains details about the newly created organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organization(Organization)}\n", "documentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Organization property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganization", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@param organization A structure that contains details about the newly created organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@return A structure that contains details about the newly created organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Organization", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@param organization A structure that contains details about the newly created organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Organization" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Organization.Builder} avoiding the need to create one manually via {@link Organization#builder()}.\n\nWhen the {@link Consumer} completes, {@link Organization.Builder#build()} is called immediately and its result is passed to {@link #organization(Organization)}.\n@param organization a consumer that will call methods on {@link Organization.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organization(Organization)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@return A structure that contains details about the newly created organization.\n@deprecated Use {@link #organization()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@param organization A structure that contains details about the newly created organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organization(Organization)}\n", "documentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Organization property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganization", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@param organization A structure that contains details about the newly created organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@return A structure that contains details about the newly created organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Organization", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@param organization A structure that contains details about the newly created organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Organization.Builder} avoiding the need to create one manually via {@link Organization#builder()}.\n\nWhen the {@link Consumer} completes, {@link Organization.Builder#build()} is called immediately and its result is passed to {@link #organization(Organization)}.\n@param organization a consumer that will call methods on {@link Organization.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organization(Organization)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@return A structure that contains details about the newly created organization.\n@deprecated Use {@link #organization()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@param organization A structure that contains details about the newly created organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organization(Organization)}\n", "documentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Organization property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganization", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@param organization A structure that contains details about the newly created organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@return A structure that contains details about the newly created organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Organization", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          \n@param organization A structure that contains details about the newly created organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                                                                          A structure that contains details about the newly created organization.

                                                                                                                          ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateOrganizationResponse", "variableName" : "createOrganizationResponse", "variableType" : "CreateOrganizationResponse", "documentation" : null, "simpleType" : "CreateOrganizationResponse", "variableSetterType" : "CreateOrganizationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateOrganizationalUnitRequest" : { "c2jName" : "CreateOrganizationalUnitRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateOrganizationalUnit", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CreateOrganizationalUnit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                          \n@return The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                          • \n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                            The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                            \n@param parentId The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                              The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                              The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                              \n@param parentId The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                \n@return The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                  The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                  \n@param parentId The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                  • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                    The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@return The friendly name to assign to the new OU.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@param name The friendly name to assign to the new OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@param name The friendly name to assign to the new OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@return The friendly name to assign to the new OU.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@param name The friendly name to assign to the new OU.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@return The friendly name to assign to the new OU.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@param name The friendly name to assign to the new OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@param name The friendly name to assign to the new OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@return The friendly name to assign to the new OU.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    \n@param name The friendly name to assign to the new OU.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                    The friendly name to assign to the new OU.

                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParentId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                    \n@return The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                    • \n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                      The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                      \n@param parentId The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                        The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                        The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                        \n@param parentId The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                          The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                          \n@return The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                            The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                            \n@param parentId The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                            • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                              The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                              The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                              The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                              \n@return The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                              • \n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                \n@param parentId The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                  The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                  \n@param parentId The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                    The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                    \n@return The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                      The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                      \n@param parentId The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                      • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the new OU.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the new OU.

                                                                                                                                                        \n@return The friendly name to assign to the new OU.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the new OU.

                                                                                                                                                        \n@param name The friendly name to assign to the new OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The friendly name to assign to the new OU.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the new OU.

                                                                                                                                                        \n@param name The friendly name to assign to the new OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the new OU.

                                                                                                                                                        \n@return The friendly name to assign to the new OU.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the new OU.

                                                                                                                                                        \n@param name The friendly name to assign to the new OU.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                        The friendly name to assign to the new OU.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentId", "Name" ], "shapeName" : "CreateOrganizationalUnitRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateOrganizationalUnitRequest", "variableName" : "createOrganizationalUnitRequest", "variableType" : "CreateOrganizationalUnitRequest", "documentation" : null, "simpleType" : "CreateOrganizationalUnitRequest", "variableSetterType" : "CreateOrganizationalUnitRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateOrganizationalUnitResponse" : { "c2jName" : "CreateOrganizationalUnitResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnit(OrganizationalUnit)}.\n@param organizationalUnit a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnit(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@return A structure that contains details about the newly created OU.\n@deprecated Use {@link #organizationalUnit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the newly created OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnit(OrganizationalUnit)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the newly created OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@return A structure that contains details about the newly created OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OrganizationalUnit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the newly created OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnit(OrganizationalUnit)}.\n@param organizationalUnit a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnit(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@return A structure that contains details about the newly created OU.\n@deprecated Use {@link #organizationalUnit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the newly created OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnit(OrganizationalUnit)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the newly created OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@return A structure that contains details about the newly created OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OrganizationalUnit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the newly created OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnit(OrganizationalUnit)}.\n@param organizationalUnit a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnit(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@return A structure that contains details about the newly created OU.\n@deprecated Use {@link #organizationalUnit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the newly created OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnit(OrganizationalUnit)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the newly created OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@return A structure that contains details about the newly created OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OrganizationalUnit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the newly created OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created OU.

                                                                                                                                                        ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateOrganizationalUnitResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateOrganizationalUnitResponse", "variableName" : "createOrganizationalUnitResponse", "variableType" : "CreateOrganizationalUnitResponse", "documentation" : null, "simpleType" : "CreateOrganizationalUnitResponse", "variableSetterType" : "CreateOrganizationalUnitResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreatePolicyRequest" : { "c2jName" : "CreatePolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreatePolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CreatePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #content(String)}.\n@param content a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #content(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@return The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@deprecated Use {@link #content()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #content(String)}\n", "documentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Content property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@return The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Content", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@return An optional description to assign to the policy.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@param description An optional description to assign to the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@param description An optional description to assign to the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@return An optional description to assign to the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@param description An optional description to assign to the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@return The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@param name The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@param name The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@return The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@param name The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                        \n@return The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@param type The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@param type The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                        \n@return The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@param type The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Content" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #content(String)}.\n@param content a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #content(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@return The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@deprecated Use {@link #content()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #content(String)}\n", "documentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Content property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@return The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Content", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@return An optional description to assign to the policy.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@param description An optional description to assign to the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@param description An optional description to assign to the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@return An optional description to assign to the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@param description An optional description to assign to the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@return The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@param name The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@param name The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@return The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@param name The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                        \n@return The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@param type The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@param type The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                        \n@return The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@param type The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #content(String)}.\n@param content a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #content(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@return The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@deprecated Use {@link #content()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #content(String)}\n", "documentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Content property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@return The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Content", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                        The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@return An optional description to assign to the policy.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@param description An optional description to assign to the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@param description An optional description to assign to the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@return An optional description to assign to the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        \n@param description An optional description to assign to the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                        An optional description to assign to the policy.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@return The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@param name The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@param name The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@return The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        \n@param name The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                        The friendly name to assign to the policy.

                                                                                                                                                        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                        \n@return The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@param type The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@param type The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                        \n@return The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@param type The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        \n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                        The type of policy to create.

                                                                                                                                                        In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Content", "Description", "Name", "Type" ], "shapeName" : "CreatePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreatePolicyRequest", "variableName" : "createPolicyRequest", "variableType" : "CreatePolicyRequest", "documentation" : null, "simpleType" : "CreatePolicyRequest", "variableSetterType" : "CreatePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreatePolicyResponse" : { "c2jName" : "CreatePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Policy.Builder} avoiding the need to create one manually via {@link Policy#builder()}.\n\nWhen the {@link Consumer} completes, {@link Policy.Builder#build()} is called immediately and its result is passed to {@link #policy(Policy)}.\n@param policy a consumer that will call methods on {@link Policy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(Policy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@return A structure that contains details about the newly created policy.\n@deprecated Use {@link #policy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@param policy A structure that contains details about the newly created policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policy(Policy)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@param policy A structure that contains details about the newly created policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@return A structure that contains details about the newly created policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@param policy A structure that contains details about the newly created policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Policy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Policy.Builder} avoiding the need to create one manually via {@link Policy#builder()}.\n\nWhen the {@link Consumer} completes, {@link Policy.Builder#build()} is called immediately and its result is passed to {@link #policy(Policy)}.\n@param policy a consumer that will call methods on {@link Policy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(Policy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@return A structure that contains details about the newly created policy.\n@deprecated Use {@link #policy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@param policy A structure that contains details about the newly created policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policy(Policy)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@param policy A structure that contains details about the newly created policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@return A structure that contains details about the newly created policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@param policy A structure that contains details about the newly created policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Policy.Builder} avoiding the need to create one manually via {@link Policy#builder()}.\n\nWhen the {@link Consumer} completes, {@link Policy.Builder#build()} is called immediately and its result is passed to {@link #policy(Policy)}.\n@param policy a consumer that will call methods on {@link Policy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(Policy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@return A structure that contains details about the newly created policy.\n@deprecated Use {@link #policy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@param policy A structure that contains details about the newly created policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policy(Policy)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@param policy A structure that contains details about the newly created policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@return A structure that contains details about the newly created policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        \n@param policy A structure that contains details about the newly created policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                        A structure that contains details about the newly created policy.

                                                                                                                                                        ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreatePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreatePolicyResponse", "variableName" : "createPolicyResponse", "variableType" : "CreatePolicyResponse", "documentation" : null, "simpleType" : "CreatePolicyResponse", "variableSetterType" : "CreatePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeclineHandshakeRequest" : { "c2jName" : "DeclineHandshakeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeclineHandshake", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DeclineHandshake", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HandshakeId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HandshakeId" ], "shapeName" : "DeclineHandshakeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeclineHandshakeRequest", "variableName" : "declineHandshakeRequest", "variableType" : "DeclineHandshakeRequest", "documentation" : null, "simpleType" : "DeclineHandshakeRequest", "variableSetterType" : "DeclineHandshakeRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeclineHandshakeResponse" : { "c2jName" : "DeclineHandshakeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@return A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@return A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@return A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@return A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@return A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@return A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                        A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                                                                                        ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeclineHandshakeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeclineHandshakeResponse", "variableName" : "declineHandshakeResponse", "variableType" : "DeclineHandshakeResponse", "documentation" : null, "simpleType" : "DeclineHandshakeResponse", "variableSetterType" : "DeclineHandshakeResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DelegatedAdministrator" : { "c2jName" : "DelegatedAdministrator", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Contains information about the delegated administrator.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@return The unique identifier (ID) of the delegated administrator's account.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@param id The unique identifier (ID) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@param id The unique identifier (ID) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@return The unique identifier (ID) of the delegated administrator's account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@param id The unique identifier (ID) of the delegated administrator's account.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "AccountArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the delegated administrator's account.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@param arn The Amazon Resource Name (ARN) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@param arn The Amazon Resource Name (ARN) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the delegated administrator's account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@param arn The Amazon Resource Name (ARN) of the delegated administrator's account.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@return The email address that is associated with the delegated administrator's AWS account.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@param email The email address that is associated with the delegated administrator's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@param email The email address that is associated with the delegated administrator's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@return The email address that is associated with the delegated administrator's AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@param email The email address that is associated with the delegated administrator's AWS account.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@return The friendly name of the delegated administrator's account.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@param name The friendly name of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@param name The friendly name of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@return The friendly name of the delegated administrator's account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@param name The friendly name of the delegated administrator's account.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "AccountStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                        \n@return The status of the delegated administrator's account in the organization.\n@see AccountStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n@param status The status of the delegated administrator's account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "AccountStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n@param status The status of the delegated administrator's account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                        \n@return The status of the delegated administrator's account in the organization.\n@see AccountStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n@param status The status of the delegated administrator's account in the organization.\n@see AccountStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedMethod", "beanStyleSetterMethodName" : "setJoinedMethod", "c2jName" : "JoinedMethod", "c2jShape" : "AccountJoinedMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #joinedMethodAsString(String)}.\n@param joinedMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

                                                                                                                                                        \n@return The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n@param joinedMethod The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethod(String)}\n", "documentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "AccountJoinedMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedMethod", "fluentEnumGetterMethodName" : "joinedMethod", "fluentEnumSetterMethodName" : "joinedMethod", "fluentGetterMethodName" : "joinedMethodAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n@param joinedMethod The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod", "fluentSetterMethodName" : "joinedMethod", "getterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

                                                                                                                                                        \n@return The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JoinedMethod", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n@param joinedMethod The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod", "setterMethodName" : "setJoinedMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedTimestamp", "beanStyleSetterMethodName" : "setJoinedTimestamp", "c2jName" : "JoinedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #joinedTimestamp(Instant)}.\n@param joinedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@return The date when the delegated administrator's account became a part of the organization.\n@deprecated Use {@link #joinedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@param joinedTimestamp The date when the delegated administrator's account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #joinedTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "joinedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@param joinedTimestamp The date when the delegated administrator's account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "joinedTimestamp", "getterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@return The date when the delegated administrator's account became a part of the organization.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "JoinedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@param joinedTimestamp The date when the delegated administrator's account became a part of the organization.", "setterMethodName" : "setJoinedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDelegationEnabledDate", "beanStyleSetterMethodName" : "setDelegationEnabledDate", "c2jName" : "DelegationEnabledDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #delegationEnabledDate(Instant)}.\n@param delegationEnabledDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegationEnabledDate(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@return The date when the account was made a delegated administrator.\n@deprecated Use {@link #delegationEnabledDate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@param delegationEnabledDate The date when the account was made a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegationEnabledDate(Instant)}\n", "documentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegationEnabledDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegationEnabledDate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegationEnabledDate", "fluentSetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@param delegationEnabledDate The date when the account was made a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegationEnabledDate", "getterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@return The date when the account was made a delegated administrator.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegationEnabledDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationEnabledDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DelegationEnabledDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@param delegationEnabledDate The date when the account was made a delegated administrator.", "setterMethodName" : "setDelegationEnabledDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "AccountArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the delegated administrator's account.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@param arn The Amazon Resource Name (ARN) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@param arn The Amazon Resource Name (ARN) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the delegated administrator's account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@param arn The Amazon Resource Name (ARN) of the delegated administrator's account.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DelegationEnabledDate" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDelegationEnabledDate", "beanStyleSetterMethodName" : "setDelegationEnabledDate", "c2jName" : "DelegationEnabledDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #delegationEnabledDate(Instant)}.\n@param delegationEnabledDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegationEnabledDate(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@return The date when the account was made a delegated administrator.\n@deprecated Use {@link #delegationEnabledDate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@param delegationEnabledDate The date when the account was made a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegationEnabledDate(Instant)}\n", "documentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegationEnabledDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegationEnabledDate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegationEnabledDate", "fluentSetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@param delegationEnabledDate The date when the account was made a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegationEnabledDate", "getterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@return The date when the account was made a delegated administrator.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegationEnabledDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationEnabledDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DelegationEnabledDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@param delegationEnabledDate The date when the account was made a delegated administrator.", "setterMethodName" : "setDelegationEnabledDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Email" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@return The email address that is associated with the delegated administrator's AWS account.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@param email The email address that is associated with the delegated administrator's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@param email The email address that is associated with the delegated administrator's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@return The email address that is associated with the delegated administrator's AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@param email The email address that is associated with the delegated administrator's AWS account.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@return The unique identifier (ID) of the delegated administrator's account.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@param id The unique identifier (ID) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@param id The unique identifier (ID) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@return The unique identifier (ID) of the delegated administrator's account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@param id The unique identifier (ID) of the delegated administrator's account.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JoinedMethod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedMethod", "beanStyleSetterMethodName" : "setJoinedMethod", "c2jName" : "JoinedMethod", "c2jShape" : "AccountJoinedMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #joinedMethodAsString(String)}.\n@param joinedMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

                                                                                                                                                        \n@return The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n@param joinedMethod The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethod(String)}\n", "documentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "AccountJoinedMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedMethod", "fluentEnumGetterMethodName" : "joinedMethod", "fluentEnumSetterMethodName" : "joinedMethod", "fluentGetterMethodName" : "joinedMethodAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n@param joinedMethod The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod", "fluentSetterMethodName" : "joinedMethod", "getterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

                                                                                                                                                        \n@return The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JoinedMethod", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n@param joinedMethod The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod", "setterMethodName" : "setJoinedMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JoinedTimestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedTimestamp", "beanStyleSetterMethodName" : "setJoinedTimestamp", "c2jName" : "JoinedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #joinedTimestamp(Instant)}.\n@param joinedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@return The date when the delegated administrator's account became a part of the organization.\n@deprecated Use {@link #joinedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@param joinedTimestamp The date when the delegated administrator's account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #joinedTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "joinedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@param joinedTimestamp The date when the delegated administrator's account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "joinedTimestamp", "getterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@return The date when the delegated administrator's account became a part of the organization.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "JoinedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@param joinedTimestamp The date when the delegated administrator's account became a part of the organization.", "setterMethodName" : "setJoinedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@return The friendly name of the delegated administrator's account.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@param name The friendly name of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@param name The friendly name of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@return The friendly name of the delegated administrator's account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@param name The friendly name of the delegated administrator's account.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "AccountStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                        \n@return The status of the delegated administrator's account in the organization.\n@see AccountStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n@param status The status of the delegated administrator's account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "AccountStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n@param status The status of the delegated administrator's account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                        \n@return The status of the delegated administrator's account in the organization.\n@see AccountStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n@param status The status of the delegated administrator's account in the organization.\n@see AccountStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@return The unique identifier (ID) of the delegated administrator's account.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@param id The unique identifier (ID) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@param id The unique identifier (ID) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@return The unique identifier (ID) of the delegated administrator's account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        \n@param id The unique identifier (ID) of the delegated administrator's account.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the delegated administrator's account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "AccountArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the delegated administrator's account.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@param arn The Amazon Resource Name (ARN) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@param arn The Amazon Resource Name (ARN) of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the delegated administrator's account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        \n@param arn The Amazon Resource Name (ARN) of the delegated administrator's account.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the delegated administrator's account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #email(String)}.\n@param email a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #email(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@return The email address that is associated with the delegated administrator's AWS account.\n@deprecated Use {@link #email()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@param email The email address that is associated with the delegated administrator's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #email(String)}\n", "documentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Email property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@param email The email address that is associated with the delegated administrator's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@return The email address that is associated with the delegated administrator's AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Email", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        \n@param email The email address that is associated with the delegated administrator's AWS account.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                                                                                                                                        The email address that is associated with the delegated administrator's AWS account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AccountName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@return The friendly name of the delegated administrator's account.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@param name The friendly name of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@param name The friendly name of the delegated administrator's account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@return The friendly name of the delegated administrator's account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        \n@param name The friendly name of the delegated administrator's account.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                        The friendly name of the delegated administrator's account.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "AccountStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                        \n@return The status of the delegated administrator's account in the organization.\n@see AccountStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n@param status The status of the delegated administrator's account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "AccountStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n@param status The status of the delegated administrator's account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AccountStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                        \n@return The status of the delegated administrator's account in the organization.\n@see AccountStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        \n@param status The status of the delegated administrator's account in the organization.\n@see AccountStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                        The status of the delegated administrator's account in the organization.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedMethod", "beanStyleSetterMethodName" : "setJoinedMethod", "c2jName" : "JoinedMethod", "c2jShape" : "AccountJoinedMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #joinedMethodAsString(String)}.\n@param joinedMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

                                                                                                                                                        \n@return The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n@param joinedMethod The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod\n@deprecated Use {@link #joinedMethod(String)}\n", "documentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "AccountJoinedMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedMethod", "fluentEnumGetterMethodName" : "joinedMethod", "fluentEnumSetterMethodName" : "joinedMethod", "fluentGetterMethodName" : "joinedMethodAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n@param joinedMethod The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod", "fluentSetterMethodName" : "joinedMethod", "getterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #joinedMethod} will return {@link AccountJoinedMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #joinedMethodAsString}.\n

                                                                                                                                                        \n@return The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JoinedMethod", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        \n@param joinedMethod The method by which the delegated administrator's account joined the organization.\n@see AccountJoinedMethod", "setterMethodName" : "setJoinedMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : "

                                                                                                                                                        The method by which the delegated administrator's account joined the organization.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJoinedTimestamp", "beanStyleSetterMethodName" : "setJoinedTimestamp", "c2jName" : "JoinedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #joinedTimestamp(Instant)}.\n@param joinedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #joinedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@return The date when the delegated administrator's account became a part of the organization.\n@deprecated Use {@link #joinedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@param joinedTimestamp The date when the delegated administrator's account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #joinedTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JoinedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJoinedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "joinedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@param joinedTimestamp The date when the delegated administrator's account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "joinedTimestamp", "getterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@return The date when the delegated administrator's account became a part of the organization.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "JoinedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        \n@param joinedTimestamp The date when the delegated administrator's account became a part of the organization.", "setterMethodName" : "setJoinedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date when the delegated administrator's account became a part of the organization.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDelegationEnabledDate", "beanStyleSetterMethodName" : "setDelegationEnabledDate", "c2jName" : "DelegationEnabledDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #delegationEnabledDate(Instant)}.\n@param delegationEnabledDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegationEnabledDate(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@return The date when the account was made a delegated administrator.\n@deprecated Use {@link #delegationEnabledDate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@param delegationEnabledDate The date when the account was made a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegationEnabledDate(Instant)}\n", "documentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegationEnabledDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegationEnabledDate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegationEnabledDate", "fluentSetterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@param delegationEnabledDate The date when the account was made a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegationEnabledDate", "getterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@return The date when the account was made a delegated administrator.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegationEnabledDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationEnabledDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DelegationEnabledDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        \n@param delegationEnabledDate The date when the account was made a delegated administrator.", "setterMethodName" : "setDelegationEnabledDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date when the account was made a delegated administrator.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DelegatedAdministrator", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DelegatedAdministrator", "variableName" : "delegatedAdministrator", "variableType" : "DelegatedAdministrator", "documentation" : null, "simpleType" : "DelegatedAdministrator", "variableSetterType" : "DelegatedAdministrator" }, "wrapper" : false, "xmlNamespace" : null }, "DelegatedService" : { "c2jName" : "DelegatedService", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Contains information about the AWS service for which the account is a delegated administrator.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@return The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@param servicePrincipal The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@param servicePrincipal The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@return The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@param servicePrincipal The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDelegationEnabledDate", "beanStyleSetterMethodName" : "setDelegationEnabledDate", "c2jName" : "DelegationEnabledDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #delegationEnabledDate(Instant)}.\n@param delegationEnabledDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegationEnabledDate(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@return The date that the account became a delegated administrator for this service.\n@deprecated Use {@link #delegationEnabledDate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@param delegationEnabledDate The date that the account became a delegated administrator for this service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegationEnabledDate(Instant)}\n", "documentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegationEnabledDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegationEnabledDate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegationEnabledDate", "fluentSetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@param delegationEnabledDate The date that the account became a delegated administrator for this service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegationEnabledDate", "getterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@return The date that the account became a delegated administrator for this service.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegationEnabledDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationEnabledDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DelegationEnabledDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@param delegationEnabledDate The date that the account became a delegated administrator for this service.", "setterMethodName" : "setDelegationEnabledDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelegationEnabledDate" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDelegationEnabledDate", "beanStyleSetterMethodName" : "setDelegationEnabledDate", "c2jName" : "DelegationEnabledDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #delegationEnabledDate(Instant)}.\n@param delegationEnabledDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegationEnabledDate(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@return The date that the account became a delegated administrator for this service.\n@deprecated Use {@link #delegationEnabledDate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@param delegationEnabledDate The date that the account became a delegated administrator for this service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegationEnabledDate(Instant)}\n", "documentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegationEnabledDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegationEnabledDate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegationEnabledDate", "fluentSetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@param delegationEnabledDate The date that the account became a delegated administrator for this service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegationEnabledDate", "getterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@return The date that the account became a delegated administrator for this service.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegationEnabledDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationEnabledDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DelegationEnabledDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@param delegationEnabledDate The date that the account became a delegated administrator for this service.", "setterMethodName" : "setDelegationEnabledDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServicePrincipal" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@return The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@param servicePrincipal The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@param servicePrincipal The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@return The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@param servicePrincipal The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@return The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@param servicePrincipal The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@param servicePrincipal The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@return The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        \n@param servicePrincipal The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                        The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDelegationEnabledDate", "beanStyleSetterMethodName" : "setDelegationEnabledDate", "c2jName" : "DelegationEnabledDate", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #delegationEnabledDate(Instant)}.\n@param delegationEnabledDate a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegationEnabledDate(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@return The date that the account became a delegated administrator for this service.\n@deprecated Use {@link #delegationEnabledDate()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@param delegationEnabledDate The date that the account became a delegated administrator for this service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegationEnabledDate(Instant)}\n", "documentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegationEnabledDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegationEnabledDate", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegationEnabledDate", "fluentSetterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@param delegationEnabledDate The date that the account became a delegated administrator for this service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegationEnabledDate", "getterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@return The date that the account became a delegated administrator for this service.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegationEnabledDate", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegationEnabledDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DelegationEnabledDate", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        \n@param delegationEnabledDate The date that the account became a delegated administrator for this service.", "setterMethodName" : "setDelegationEnabledDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "delegationEnabledDate", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                        The date that the account became a delegated administrator for this service.

                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DelegatedService", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DelegatedService", "variableName" : "delegatedService", "variableType" : "DelegatedService", "documentation" : null, "simpleType" : "DelegatedService", "variableSetterType" : "DelegatedService" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteOrganizationRequest" : { "c2jName" : "DeleteOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DeleteOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteOrganizationRequest", "variableName" : "deleteOrganizationRequest", "variableType" : "DeleteOrganizationRequest", "documentation" : null, "simpleType" : "DeleteOrganizationRequest", "variableSetterType" : "DeleteOrganizationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteOrganizationResponse" : { "c2jName" : "DeleteOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteOrganizationResponse", "variableName" : "deleteOrganizationResponse", "variableType" : "DeleteOrganizationResponse", "documentation" : null, "simpleType" : "DeleteOrganizationResponse", "variableSetterType" : "DeleteOrganizationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteOrganizationalUnitRequest" : { "c2jName" : "DeleteOrganizationalUnitRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteOrganizationalUnit", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DeleteOrganizationalUnit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitId(String)}.\n@param organizationalUnitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@deprecated Use {@link #organizationalUnitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnitId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnitId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitId(String)}.\n@param organizationalUnitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@deprecated Use {@link #organizationalUnitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnitId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitId(String)}.\n@param organizationalUnitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@deprecated Use {@link #organizationalUnitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnitId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OrganizationalUnitId" ], "shapeName" : "DeleteOrganizationalUnitRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteOrganizationalUnitRequest", "variableName" : "deleteOrganizationalUnitRequest", "variableType" : "DeleteOrganizationalUnitRequest", "documentation" : null, "simpleType" : "DeleteOrganizationalUnitRequest", "variableSetterType" : "DeleteOrganizationalUnitRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteOrganizationalUnitResponse" : { "c2jName" : "DeleteOrganizationalUnitResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteOrganizationalUnitResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteOrganizationalUnitResponse", "variableName" : "deleteOrganizationalUnitResponse", "variableType" : "DeleteOrganizationalUnitResponse", "documentation" : null, "simpleType" : "DeleteOrganizationalUnitResponse", "variableSetterType" : "DeleteOrganizationalUnitResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeletePolicyRequest" : { "c2jName" : "DeletePolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeletePolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DeletePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId" ], "shapeName" : "DeletePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeletePolicyRequest", "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "documentation" : null, "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeletePolicyResponse" : { "c2jName" : "DeletePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeletePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeletePolicyResponse", "variableName" : "deletePolicyResponse", "variableType" : "DeletePolicyResponse", "documentation" : null, "simpleType" : "DeletePolicyResponse", "variableSetterType" : "DeletePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeregisterDelegatedAdministratorRequest" : { "c2jName" : "DeregisterDelegatedAdministratorRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeregisterDelegatedAdministrator", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DeregisterDelegatedAdministrator", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@return The account ID number of the member account in the organization that you want to deregister as a delegated administrator.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@param accountId The account ID number of the member account in the organization that you want to deregister as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@param accountId The account ID number of the member account in the organization that you want to deregister as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@return The account ID number of the member account in the organization that you want to deregister as a delegated administrator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@param accountId The account ID number of the member account in the organization that you want to deregister as a delegated administrator.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@return The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@param servicePrincipal The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@param servicePrincipal The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@return The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@param servicePrincipal The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@return The account ID number of the member account in the organization that you want to deregister as a delegated administrator.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@param accountId The account ID number of the member account in the organization that you want to deregister as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@param accountId The account ID number of the member account in the organization that you want to deregister as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@return The account ID number of the member account in the organization that you want to deregister as a delegated administrator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@param accountId The account ID number of the member account in the organization that you want to deregister as a delegated administrator.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServicePrincipal" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@return The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@param servicePrincipal The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@param servicePrincipal The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@return The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@param servicePrincipal The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@return The account ID number of the member account in the organization that you want to deregister as a delegated administrator.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@param accountId The account ID number of the member account in the organization that you want to deregister as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@param accountId The account ID number of the member account in the organization that you want to deregister as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@return The account ID number of the member account in the organization that you want to deregister as a delegated administrator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        \n@param accountId The account ID number of the member account in the organization that you want to deregister as a delegated administrator.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@return The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@param servicePrincipal The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@param servicePrincipal The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@return The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        \n@param servicePrincipal The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                        The service principal name of an AWS service for which the account is a delegated administrator.

                                                                                                                                                        Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "ServicePrincipal" ], "shapeName" : "DeregisterDelegatedAdministratorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeregisterDelegatedAdministratorRequest", "variableName" : "deregisterDelegatedAdministratorRequest", "variableType" : "DeregisterDelegatedAdministratorRequest", "documentation" : null, "simpleType" : "DeregisterDelegatedAdministratorRequest", "variableSetterType" : "DeregisterDelegatedAdministratorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeregisterDelegatedAdministratorResponse" : { "c2jName" : "DeregisterDelegatedAdministratorResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeregisterDelegatedAdministratorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeregisterDelegatedAdministratorResponse", "variableName" : "deregisterDelegatedAdministratorResponse", "variableType" : "DeregisterDelegatedAdministratorResponse", "documentation" : null, "simpleType" : "DeregisterDelegatedAdministratorResponse", "variableSetterType" : "DeregisterDelegatedAdministratorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeAccountRequest" : { "c2jName" : "DescribeAccountRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId" ], "shapeName" : "DescribeAccountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAccountRequest", "variableName" : "describeAccountRequest", "variableType" : "DescribeAccountRequest", "documentation" : null, "simpleType" : "DescribeAccountRequest", "variableSetterType" : "DescribeAccountRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeAccountResponse" : { "c2jName" : "DescribeAccountResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccount", "beanStyleSetterMethodName" : "setAccount", "c2jName" : "Account", "c2jShape" : "Account", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Account.Builder} avoiding the need to create one manually via {@link Account#builder()}.\n\nWhen the {@link Consumer} completes, {@link Account.Builder#build()} is called immediately and its result is passed to {@link #account(Account)}.\n@param account a consumer that will call methods on {@link Account.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #account(Account)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@return A structure that contains information about the requested account.\n@deprecated Use {@link #account()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@param account A structure that contains information about the requested account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #account(Account)}\n", "documentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Account property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "account", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@param account A structure that contains information about the requested account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "account", "getterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@return A structure that contains information about the requested account.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Account", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Account", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Account", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@param account A structure that contains information about the requested account.", "setterMethodName" : "setAccount", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        ", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Account" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccount", "beanStyleSetterMethodName" : "setAccount", "c2jName" : "Account", "c2jShape" : "Account", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Account.Builder} avoiding the need to create one manually via {@link Account#builder()}.\n\nWhen the {@link Consumer} completes, {@link Account.Builder#build()} is called immediately and its result is passed to {@link #account(Account)}.\n@param account a consumer that will call methods on {@link Account.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #account(Account)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@return A structure that contains information about the requested account.\n@deprecated Use {@link #account()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@param account A structure that contains information about the requested account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #account(Account)}\n", "documentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Account property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "account", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@param account A structure that contains information about the requested account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "account", "getterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@return A structure that contains information about the requested account.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Account", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Account", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Account", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@param account A structure that contains information about the requested account.", "setterMethodName" : "setAccount", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        ", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccount", "beanStyleSetterMethodName" : "setAccount", "c2jName" : "Account", "c2jShape" : "Account", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Account.Builder} avoiding the need to create one manually via {@link Account#builder()}.\n\nWhen the {@link Consumer} completes, {@link Account.Builder#build()} is called immediately and its result is passed to {@link #account(Account)}.\n@param account a consumer that will call methods on {@link Account.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #account(Account)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@return A structure that contains information about the requested account.\n@deprecated Use {@link #account()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@param account A structure that contains information about the requested account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #account(Account)}\n", "documentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Account property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "account", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@param account A structure that contains information about the requested account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "account", "getterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@return A structure that contains information about the requested account.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Account", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Account", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Account", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        \n@param account A structure that contains information about the requested account.", "setterMethodName" : "setAccount", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : "

                                                                                                                                                        A structure that contains information about the requested account.

                                                                                                                                                        ", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeAccountResponse", "variableName" : "describeAccountResponse", "variableType" : "DescribeAccountResponse", "documentation" : null, "simpleType" : "DescribeAccountResponse", "variableSetterType" : "DescribeAccountResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeCreateAccountStatusRequest" : { "c2jName" : "DescribeCreateAccountStatusRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeCreateAccountStatus", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeCreateAccountStatus", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountRequestId", "beanStyleSetterMethodName" : "setCreateAccountRequestId", "c2jName" : "CreateAccountRequestId", "c2jShape" : "CreateAccountRequestId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #createAccountRequestId(String)}.\n@param createAccountRequestId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountRequestId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #createAccountRequestId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountRequestId(String)}\n", "documentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountRequestId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountRequestId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountRequestId", "fluentSetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountRequestId", "getterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountRequestId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountRequestId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CreateAccountRequestId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setCreateAccountRequestId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateAccountRequestId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountRequestId", "beanStyleSetterMethodName" : "setCreateAccountRequestId", "c2jName" : "CreateAccountRequestId", "c2jShape" : "CreateAccountRequestId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #createAccountRequestId(String)}.\n@param createAccountRequestId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountRequestId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #createAccountRequestId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountRequestId(String)}\n", "documentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountRequestId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountRequestId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountRequestId", "fluentSetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountRequestId", "getterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountRequestId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountRequestId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CreateAccountRequestId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setCreateAccountRequestId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountRequestId", "beanStyleSetterMethodName" : "setCreateAccountRequestId", "c2jName" : "CreateAccountRequestId", "c2jShape" : "CreateAccountRequestId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #createAccountRequestId(String)}.\n@param createAccountRequestId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountRequestId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #createAccountRequestId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountRequestId(String)}\n", "documentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountRequestId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountRequestId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountRequestId", "fluentSetterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountRequestId", "getterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountRequestId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountRequestId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CreateAccountRequestId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setCreateAccountRequestId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : "

                                                                                                                                                        Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                                                                                        The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CreateAccountRequestId" ], "shapeName" : "DescribeCreateAccountStatusRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCreateAccountStatusRequest", "variableName" : "describeCreateAccountStatusRequest", "variableType" : "DescribeCreateAccountStatusRequest", "documentation" : null, "simpleType" : "DescribeCreateAccountStatusRequest", "variableSetterType" : "DescribeCreateAccountStatusRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeCreateAccountStatusResponse" : { "c2jName" : "DescribeCreateAccountStatusResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatus(CreateAccountStatus)}.\n@param createAccountStatus a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatus(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@return A structure that contains the current status of an account creation request.\n@deprecated Use {@link #createAccountStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@param createAccountStatus A structure that contains the current status of an account creation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatus(CreateAccountStatus)}\n", "documentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@param createAccountStatus A structure that contains the current status of an account creation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@return A structure that contains the current status of an account creation request.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateAccountStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@param createAccountStatus A structure that contains the current status of an account creation request.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateAccountStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatus(CreateAccountStatus)}.\n@param createAccountStatus a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatus(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@return A structure that contains the current status of an account creation request.\n@deprecated Use {@link #createAccountStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@param createAccountStatus A structure that contains the current status of an account creation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatus(CreateAccountStatus)}\n", "documentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@param createAccountStatus A structure that contains the current status of an account creation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@return A structure that contains the current status of an account creation request.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateAccountStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@param createAccountStatus A structure that contains the current status of an account creation request.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatus(CreateAccountStatus)}.\n@param createAccountStatus a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatus(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@return A structure that contains the current status of an account creation request.\n@deprecated Use {@link #createAccountStatus()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@param createAccountStatus A structure that contains the current status of an account creation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatus(CreateAccountStatus)}\n", "documentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@param createAccountStatus A structure that contains the current status of an account creation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@return A structure that contains the current status of an account creation request.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CreateAccountStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        \n@param createAccountStatus A structure that contains the current status of an account creation request.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                                                                                                                                        A structure that contains the current status of an account creation request.

                                                                                                                                                        ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCreateAccountStatusResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeCreateAccountStatusResponse", "variableName" : "describeCreateAccountStatusResponse", "variableType" : "DescribeCreateAccountStatusResponse", "documentation" : null, "simpleType" : "DescribeCreateAccountStatusResponse", "variableSetterType" : "DescribeCreateAccountStatusResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeEffectivePolicyRequest" : { "c2jName" : "DescribeEffectivePolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeEffectivePolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeEffectivePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "EffectivePolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                        \n@return The type of policy that you want information about.\n@see EffectivePolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n@param policyType The type of policy that you want information about.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "EffectivePolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n@param policyType The type of policy that you want information about.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                        \n@return The type of policy that you want information about.\n@see EffectivePolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n@param policyType The type of policy that you want information about.\n@see EffectivePolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@return When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.\n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@param targetId When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@param targetId When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@return When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@param targetId When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "EffectivePolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                        \n@return The type of policy that you want information about.\n@see EffectivePolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n@param policyType The type of policy that you want information about.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "EffectivePolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n@param policyType The type of policy that you want information about.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                        \n@return The type of policy that you want information about.\n@see EffectivePolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n@param policyType The type of policy that you want information about.\n@see EffectivePolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@return When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.\n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@param targetId When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@param targetId When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@return When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@param targetId When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "EffectivePolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                        \n@return The type of policy that you want information about.\n@see EffectivePolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n@param policyType The type of policy that you want information about.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "EffectivePolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n@param policyType The type of policy that you want information about.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                        \n@return The type of policy that you want information about.\n@see EffectivePolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        \n@param policyType The type of policy that you want information about.\n@see EffectivePolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                        The type of policy that you want information about.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@return When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.\n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@param targetId When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@param targetId When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@return When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        \n@param targetId When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                        When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or OU as the target is not supported.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyType" ], "shapeName" : "DescribeEffectivePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeEffectivePolicyRequest", "variableName" : "describeEffectivePolicyRequest", "variableType" : "DescribeEffectivePolicyRequest", "documentation" : null, "simpleType" : "DescribeEffectivePolicyRequest", "variableSetterType" : "DescribeEffectivePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeEffectivePolicyResponse" : { "c2jName" : "DescribeEffectivePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEffectivePolicy", "beanStyleSetterMethodName" : "setEffectivePolicy", "c2jName" : "EffectivePolicy", "c2jShape" : "EffectivePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link EffectivePolicy.Builder} avoiding the need to create one manually via {@link EffectivePolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link EffectivePolicy.Builder#build()} is called immediately and its result is passed to {@link #effectivePolicy(EffectivePolicy)}.\n@param effectivePolicy a consumer that will call methods on {@link EffectivePolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectivePolicy(EffectivePolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@return The contents of the effective policy.\n@deprecated Use {@link #effectivePolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@param effectivePolicy The contents of the effective policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectivePolicy(EffectivePolicy)}\n", "documentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EffectivePolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEffectivePolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "effectivePolicy", "fluentSetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@param effectivePolicy The contents of the effective policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "effectivePolicy", "getterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@return The contents of the effective policy.", "getterModel" : { "returnType" : "EffectivePolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EffectivePolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EffectivePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EffectivePolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@param effectivePolicy The contents of the effective policy.", "setterMethodName" : "setEffectivePolicy", "setterModel" : { "variableDeclarationType" : "EffectivePolicy", "variableName" : "effectivePolicy", "variableType" : "EffectivePolicy", "documentation" : null, "simpleType" : "EffectivePolicy", "variableSetterType" : "EffectivePolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EffectivePolicy", "variableName" : "effectivePolicy", "variableType" : "EffectivePolicy", "documentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        ", "simpleType" : "EffectivePolicy", "variableSetterType" : "EffectivePolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EffectivePolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEffectivePolicy", "beanStyleSetterMethodName" : "setEffectivePolicy", "c2jName" : "EffectivePolicy", "c2jShape" : "EffectivePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link EffectivePolicy.Builder} avoiding the need to create one manually via {@link EffectivePolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link EffectivePolicy.Builder#build()} is called immediately and its result is passed to {@link #effectivePolicy(EffectivePolicy)}.\n@param effectivePolicy a consumer that will call methods on {@link EffectivePolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectivePolicy(EffectivePolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@return The contents of the effective policy.\n@deprecated Use {@link #effectivePolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@param effectivePolicy The contents of the effective policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectivePolicy(EffectivePolicy)}\n", "documentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EffectivePolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEffectivePolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "effectivePolicy", "fluentSetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@param effectivePolicy The contents of the effective policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "effectivePolicy", "getterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@return The contents of the effective policy.", "getterModel" : { "returnType" : "EffectivePolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EffectivePolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EffectivePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EffectivePolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@param effectivePolicy The contents of the effective policy.", "setterMethodName" : "setEffectivePolicy", "setterModel" : { "variableDeclarationType" : "EffectivePolicy", "variableName" : "effectivePolicy", "variableType" : "EffectivePolicy", "documentation" : null, "simpleType" : "EffectivePolicy", "variableSetterType" : "EffectivePolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EffectivePolicy", "variableName" : "effectivePolicy", "variableType" : "EffectivePolicy", "documentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        ", "simpleType" : "EffectivePolicy", "variableSetterType" : "EffectivePolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEffectivePolicy", "beanStyleSetterMethodName" : "setEffectivePolicy", "c2jName" : "EffectivePolicy", "c2jShape" : "EffectivePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link EffectivePolicy.Builder} avoiding the need to create one manually via {@link EffectivePolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link EffectivePolicy.Builder#build()} is called immediately and its result is passed to {@link #effectivePolicy(EffectivePolicy)}.\n@param effectivePolicy a consumer that will call methods on {@link EffectivePolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectivePolicy(EffectivePolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@return The contents of the effective policy.\n@deprecated Use {@link #effectivePolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@param effectivePolicy The contents of the effective policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectivePolicy(EffectivePolicy)}\n", "documentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EffectivePolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEffectivePolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "effectivePolicy", "fluentSetterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@param effectivePolicy The contents of the effective policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "effectivePolicy", "getterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@return The contents of the effective policy.", "getterModel" : { "returnType" : "EffectivePolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EffectivePolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EffectivePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EffectivePolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        \n@param effectivePolicy The contents of the effective policy.", "setterMethodName" : "setEffectivePolicy", "setterModel" : { "variableDeclarationType" : "EffectivePolicy", "variableName" : "effectivePolicy", "variableType" : "EffectivePolicy", "documentation" : null, "simpleType" : "EffectivePolicy", "variableSetterType" : "EffectivePolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EffectivePolicy", "variableName" : "effectivePolicy", "variableType" : "EffectivePolicy", "documentation" : "

                                                                                                                                                        The contents of the effective policy.

                                                                                                                                                        ", "simpleType" : "EffectivePolicy", "variableSetterType" : "EffectivePolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEffectivePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeEffectivePolicyResponse", "variableName" : "describeEffectivePolicyResponse", "variableType" : "DescribeEffectivePolicyResponse", "documentation" : null, "simpleType" : "DescribeEffectivePolicyResponse", "variableSetterType" : "DescribeEffectivePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeHandshakeRequest" : { "c2jName" : "DescribeHandshakeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeHandshake", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeHandshake", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HandshakeId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #handshakeId(String)}.\n@param handshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@deprecated Use {@link #handshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakeId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HandshakeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                                                                                        The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HandshakeId" ], "shapeName" : "DescribeHandshakeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeHandshakeRequest", "variableName" : "describeHandshakeRequest", "variableType" : "DescribeHandshakeRequest", "documentation" : null, "simpleType" : "DescribeHandshakeRequest", "variableSetterType" : "DescribeHandshakeRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeHandshakeResponse" : { "c2jName" : "DescribeHandshakeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@return A structure that contains information about the specified handshake.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@param handshake A structure that contains information about the specified handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@param handshake A structure that contains information about the specified handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@return A structure that contains information about the specified handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@param handshake A structure that contains information about the specified handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@return A structure that contains information about the specified handshake.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@param handshake A structure that contains information about the specified handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@param handshake A structure that contains information about the specified handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@return A structure that contains information about the specified handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@param handshake A structure that contains information about the specified handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@return A structure that contains information about the specified handshake.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@param handshake A structure that contains information about the specified handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@param handshake A structure that contains information about the specified handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@return A structure that contains information about the specified handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        \n@param handshake A structure that contains information about the specified handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                        A structure that contains information about the specified handshake.

                                                                                                                                                        ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeHandshakeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeHandshakeResponse", "variableName" : "describeHandshakeResponse", "variableType" : "DescribeHandshakeResponse", "documentation" : null, "simpleType" : "DescribeHandshakeResponse", "variableSetterType" : "DescribeHandshakeResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeOrganizationRequest" : { "c2jName" : "DescribeOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeOrganizationRequest", "variableName" : "describeOrganizationRequest", "variableType" : "DescribeOrganizationRequest", "documentation" : null, "simpleType" : "DescribeOrganizationRequest", "variableSetterType" : "DescribeOrganizationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeOrganizationResponse" : { "c2jName" : "DescribeOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Organization.Builder} avoiding the need to create one manually via {@link Organization#builder()}.\n\nWhen the {@link Consumer} completes, {@link Organization.Builder#build()} is called immediately and its result is passed to {@link #organization(Organization)}.\n@param organization a consumer that will call methods on {@link Organization.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organization(Organization)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@return A structure that contains information about the organization.\n@deprecated Use {@link #organization()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@param organization A structure that contains information about the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organization(Organization)}\n", "documentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Organization property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganization", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@param organization A structure that contains information about the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@return A structure that contains information about the organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Organization", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@param organization A structure that contains information about the organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Organization" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Organization.Builder} avoiding the need to create one manually via {@link Organization#builder()}.\n\nWhen the {@link Consumer} completes, {@link Organization.Builder#build()} is called immediately and its result is passed to {@link #organization(Organization)}.\n@param organization a consumer that will call methods on {@link Organization.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organization(Organization)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@return A structure that contains information about the organization.\n@deprecated Use {@link #organization()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@param organization A structure that contains information about the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organization(Organization)}\n", "documentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Organization property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganization", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@param organization A structure that contains information about the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@return A structure that contains information about the organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Organization", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@param organization A structure that contains information about the organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Organization.Builder} avoiding the need to create one manually via {@link Organization#builder()}.\n\nWhen the {@link Consumer} completes, {@link Organization.Builder#build()} is called immediately and its result is passed to {@link #organization(Organization)}.\n@param organization a consumer that will call methods on {@link Organization.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organization(Organization)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@return A structure that contains information about the organization.\n@deprecated Use {@link #organization()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@param organization A structure that contains information about the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organization(Organization)}\n", "documentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Organization property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganization", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@param organization A structure that contains information about the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@return A structure that contains information about the organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Organization", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        \n@param organization A structure that contains information about the organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                                                                                                        A structure that contains information about the organization.

                                                                                                                                                        ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeOrganizationResponse", "variableName" : "describeOrganizationResponse", "variableType" : "DescribeOrganizationResponse", "documentation" : null, "simpleType" : "DescribeOrganizationResponse", "variableSetterType" : "DescribeOrganizationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeOrganizationalUnitRequest" : { "c2jName" : "DescribeOrganizationalUnitRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeOrganizationalUnit", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeOrganizationalUnit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitId(String)}.\n@param organizationalUnitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@deprecated Use {@link #organizationalUnitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnitId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnitId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitId(String)}.\n@param organizationalUnitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@deprecated Use {@link #organizationalUnitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnitId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitId(String)}.\n@param organizationalUnitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@deprecated Use {@link #organizationalUnitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnitId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                        The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OrganizationalUnitId" ], "shapeName" : "DescribeOrganizationalUnitRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeOrganizationalUnitRequest", "variableName" : "describeOrganizationalUnitRequest", "variableType" : "DescribeOrganizationalUnitRequest", "documentation" : null, "simpleType" : "DescribeOrganizationalUnitRequest", "variableSetterType" : "DescribeOrganizationalUnitRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeOrganizationalUnitResponse" : { "c2jName" : "DescribeOrganizationalUnitResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnit(OrganizationalUnit)}.\n@param organizationalUnit a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnit(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@return A structure that contains details about the specified OU.\n@deprecated Use {@link #organizationalUnit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the specified OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnit(OrganizationalUnit)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the specified OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@return A structure that contains details about the specified OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OrganizationalUnit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the specified OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnit(OrganizationalUnit)}.\n@param organizationalUnit a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnit(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@return A structure that contains details about the specified OU.\n@deprecated Use {@link #organizationalUnit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the specified OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnit(OrganizationalUnit)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the specified OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@return A structure that contains details about the specified OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OrganizationalUnit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the specified OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnit(OrganizationalUnit)}.\n@param organizationalUnit a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnit(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@return A structure that contains details about the specified OU.\n@deprecated Use {@link #organizationalUnit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the specified OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnit(OrganizationalUnit)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the specified OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@return A structure that contains details about the specified OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OrganizationalUnit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        \n@param organizationalUnit A structure that contains details about the specified OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified OU.

                                                                                                                                                        ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeOrganizationalUnitResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeOrganizationalUnitResponse", "variableName" : "describeOrganizationalUnitResponse", "variableType" : "DescribeOrganizationalUnitResponse", "documentation" : null, "simpleType" : "DescribeOrganizationalUnitResponse", "variableSetterType" : "DescribeOrganizationalUnitResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribePolicyRequest" : { "c2jName" : "DescribePolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribePolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId" ], "shapeName" : "DescribePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribePolicyRequest", "variableName" : "describePolicyRequest", "variableType" : "DescribePolicyRequest", "documentation" : null, "simpleType" : "DescribePolicyRequest", "variableSetterType" : "DescribePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribePolicyResponse" : { "c2jName" : "DescribePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Policy.Builder} avoiding the need to create one manually via {@link Policy#builder()}.\n\nWhen the {@link Consumer} completes, {@link Policy.Builder#build()} is called immediately and its result is passed to {@link #policy(Policy)}.\n@param policy a consumer that will call methods on {@link Policy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(Policy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@return A structure that contains details about the specified policy.\n@deprecated Use {@link #policy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@param policy A structure that contains details about the specified policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policy(Policy)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@param policy A structure that contains details about the specified policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@return A structure that contains details about the specified policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@param policy A structure that contains details about the specified policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Policy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Policy.Builder} avoiding the need to create one manually via {@link Policy#builder()}.\n\nWhen the {@link Consumer} completes, {@link Policy.Builder#build()} is called immediately and its result is passed to {@link #policy(Policy)}.\n@param policy a consumer that will call methods on {@link Policy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(Policy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@return A structure that contains details about the specified policy.\n@deprecated Use {@link #policy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@param policy A structure that contains details about the specified policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policy(Policy)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@param policy A structure that contains details about the specified policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@return A structure that contains details about the specified policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@param policy A structure that contains details about the specified policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Policy.Builder} avoiding the need to create one manually via {@link Policy#builder()}.\n\nWhen the {@link Consumer} completes, {@link Policy.Builder#build()} is called immediately and its result is passed to {@link #policy(Policy)}.\n@param policy a consumer that will call methods on {@link Policy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(Policy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@return A structure that contains details about the specified policy.\n@deprecated Use {@link #policy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@param policy A structure that contains details about the specified policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policy(Policy)}\n", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@param policy A structure that contains details about the specified policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@return A structure that contains details about the specified policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        \n@param policy A structure that contains details about the specified policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                        A structure that contains details about the specified policy.

                                                                                                                                                        ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribePolicyResponse", "variableName" : "describePolicyResponse", "variableType" : "DescribePolicyResponse", "documentation" : null, "simpleType" : "DescribePolicyResponse", "variableSetterType" : "DescribePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DestinationParentNotFoundException" : { "c2jName" : "DestinationParentNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        We can't find the destination container (a root or OU) with the ParentId that you specified.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DestinationParentNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DestinationParentNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DestinationParentNotFoundException", "variableName" : "destinationParentNotFoundException", "variableType" : "DestinationParentNotFoundException", "documentation" : null, "simpleType" : "DestinationParentNotFoundException", "variableSetterType" : "DestinationParentNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "DetachPolicyRequest" : { "c2jName" : "DetachPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DetachPolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DetachPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@return The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        \n@return The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                        • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                          The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                          \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                            The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                            The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                            \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                              The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                              \n@return The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                  \n@return The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                  \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                  \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                  \n@return The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                  \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                  The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                  The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                  \n@return The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                  • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                    The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                    \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                      The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                      The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                      \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                        The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                        \n@return The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                          The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                          \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                          • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                            The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                            \n@return The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                            \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                            \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                            \n@return The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                            \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                            \n@return The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                            • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                              The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                              \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                  The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                  \n@return The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                    The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                    \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                    • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root, OU, or account that you want to detach the policy from. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId", "TargetId" ], "shapeName" : "DetachPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachPolicyRequest", "variableName" : "detachPolicyRequest", "variableType" : "DetachPolicyRequest", "documentation" : null, "simpleType" : "DetachPolicyRequest", "variableSetterType" : "DetachPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DetachPolicyResponse" : { "c2jName" : "DetachPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DetachPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DetachPolicyResponse", "variableName" : "detachPolicyResponse", "variableType" : "DetachPolicyResponse", "documentation" : null, "simpleType" : "DetachPolicyResponse", "variableSetterType" : "DetachPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DisableAWSServiceAccessResponse" : { "c2jName" : "DisableAWSServiceAccessResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DisableAWSServiceAccessResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisableAWSServiceAccessResponse", "variableName" : "disableAWSServiceAccessResponse", "variableType" : "DisableAWSServiceAccessResponse", "documentation" : null, "simpleType" : "DisableAWSServiceAccessResponse", "variableSetterType" : "DisableAWSServiceAccessResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DisableAwsServiceAccessRequest" : { "c2jName" : "DisableAWSServiceAccessRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DisableAWSServiceAccess", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DisableAWSServiceAccess", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ServicePrincipal" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServicePrincipal" ], "shapeName" : "DisableAwsServiceAccessRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisableAwsServiceAccessRequest", "variableName" : "disableAwsServiceAccessRequest", "variableType" : "DisableAwsServiceAccessRequest", "documentation" : null, "simpleType" : "DisableAwsServiceAccessRequest", "variableSetterType" : "DisableAwsServiceAccessRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DisablePolicyTypeRequest" : { "c2jName" : "DisablePolicyTypeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DisablePolicyType", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DisablePolicyType", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #rootId(String)}.\n@param rootId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rootId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@deprecated Use {@link #rootId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rootId(String)}\n", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RootId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRootId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RootId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to disable in this root.\n@see PolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to disable in this root.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to disable in this root.\n@see PolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to disable in this root.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RootId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #rootId(String)}.\n@param rootId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rootId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@deprecated Use {@link #rootId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rootId(String)}\n", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RootId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRootId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RootId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #rootId(String)}.\n@param rootId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rootId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@deprecated Use {@link #rootId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rootId(String)}\n", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RootId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRootId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RootId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to disable in this root.\n@see PolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to disable in this root.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The policy type that you want to disable in this root.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RootId", "PolicyType" ], "shapeName" : "DisablePolicyTypeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisablePolicyTypeRequest", "variableName" : "disablePolicyTypeRequest", "variableType" : "DisablePolicyTypeRequest", "documentation" : null, "simpleType" : "DisablePolicyTypeRequest", "variableSetterType" : "DisablePolicyTypeRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DisablePolicyTypeResponse" : { "c2jName" : "DisablePolicyTypeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Root.Builder} avoiding the need to create one manually via {@link Root#builder()}.\n\nWhen the {@link Consumer} completes, {@link Root.Builder#build()} is called immediately and its result is passed to {@link #root(Root)}.\n@param root a consumer that will call methods on {@link Root.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #root(Root)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.\n@deprecated Use {@link #root()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #root(Root)}\n", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Root property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoot", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Root", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Root" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Root.Builder} avoiding the need to create one manually via {@link Root#builder()}.\n\nWhen the {@link Consumer} completes, {@link Root.Builder#build()} is called immediately and its result is passed to {@link #root(Root)}.\n@param root a consumer that will call methods on {@link Root.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #root(Root)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.\n@deprecated Use {@link #root()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #root(Root)}\n", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Root property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoot", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Root", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Root.Builder} avoiding the need to create one manually via {@link Root#builder()}.\n\nWhen the {@link Consumer} completes, {@link Root.Builder#build()} is called immediately and its result is passed to {@link #root(Root)}.\n@param root a consumer that will call methods on {@link Root.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #root(Root)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.\n@deprecated Use {@link #root()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #root(Root)}\n", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Root property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoot", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Root", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DisablePolicyTypeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisablePolicyTypeResponse", "variableName" : "disablePolicyTypeResponse", "variableType" : "DisablePolicyTypeResponse", "documentation" : null, "simpleType" : "DisablePolicyTypeResponse", "variableSetterType" : "DisablePolicyTypeResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DuplicateAccountException" : { "c2jName" : "DuplicateAccountException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      That account is already present in the specified destination.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicateAccountException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateAccountException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateAccountException", "variableName" : "duplicateAccountException", "variableType" : "DuplicateAccountException", "documentation" : null, "simpleType" : "DuplicateAccountException", "variableSetterType" : "DuplicateAccountException" }, "wrapper" : false, "xmlNamespace" : null }, "DuplicateHandshakeException" : { "c2jName" : "DuplicateHandshakeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A handshake with the same action and target already exists. For example, if you invited an account to join your organization, the invited account might already have a pending invitation from this organization. If you intend to resend an invitation to an account, ensure that existing handshakes that might be considered duplicates are canceled or declined.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicateHandshakeException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateHandshakeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateHandshakeException", "variableName" : "duplicateHandshakeException", "variableType" : "DuplicateHandshakeException", "documentation" : null, "simpleType" : "DuplicateHandshakeException", "variableSetterType" : "DuplicateHandshakeException" }, "wrapper" : false, "xmlNamespace" : null }, "DuplicateOrganizationalUnitException" : { "c2jName" : "DuplicateOrganizationalUnitException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      An OU with the same name already exists.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicateOrganizationalUnitException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateOrganizationalUnitException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateOrganizationalUnitException", "variableName" : "duplicateOrganizationalUnitException", "variableType" : "DuplicateOrganizationalUnitException", "documentation" : null, "simpleType" : "DuplicateOrganizationalUnitException", "variableSetterType" : "DuplicateOrganizationalUnitException" }, "wrapper" : false, "xmlNamespace" : null }, "DuplicatePolicyAttachmentException" : { "c2jName" : "DuplicatePolicyAttachmentException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The selected policy is already attached to the specified target.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicatePolicyAttachmentException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicatePolicyAttachmentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicatePolicyAttachmentException", "variableName" : "duplicatePolicyAttachmentException", "variableType" : "DuplicatePolicyAttachmentException", "documentation" : null, "simpleType" : "DuplicatePolicyAttachmentException", "variableSetterType" : "DuplicatePolicyAttachmentException" }, "wrapper" : false, "xmlNamespace" : null }, "DuplicatePolicyException" : { "c2jName" : "DuplicatePolicyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A policy with the same name already exists.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicatePolicyException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicatePolicyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicatePolicyException", "variableName" : "duplicatePolicyException", "variableType" : "DuplicatePolicyException", "documentation" : null, "simpleType" : "DuplicatePolicyException", "variableSetterType" : "DuplicatePolicyException" }, "wrapper" : false, "xmlNamespace" : null }, "EffectivePolicy" : { "c2jName" : "EffectivePolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains rules to be applied to the affected accounts. The effective policy is the aggregation of any policies the account inherits, plus any policy directly attached to the account.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyContent", "beanStyleSetterMethodName" : "setPolicyContent", "c2jName" : "PolicyContent", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyContent(String)}.\n@param policyContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyContent(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@return The text content of the policy.\n@deprecated Use {@link #policyContent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@param policyContent The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyContent(String)}\n", "documentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyContent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyContent", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@param policyContent The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyContent", "getterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@return The text content of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyContent", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@param policyContent The text content of the policy.", "setterMethodName" : "setPolicyContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyContent", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedTimestamp", "beanStyleSetterMethodName" : "setLastUpdatedTimestamp", "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTimestamp(Instant)}.\n@param lastUpdatedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@return The time of the last update to this policy.\n@deprecated Use {@link #lastUpdatedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@param lastUpdatedTimestamp The time of the last update to this policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdatedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastUpdatedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdatedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@param lastUpdatedTimestamp The time of the last update to this policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedTimestamp", "getterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@return The time of the last update to this policy.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdatedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdatedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@param lastUpdatedTimestamp The time of the last update to this policy.", "setterMethodName" : "setLastUpdatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@return The account ID of the policy target.\n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@param targetId The account ID of the policy target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@param targetId The account ID of the policy target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@return The account ID of the policy target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@param targetId The account ID of the policy target.", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "EffectivePolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type.\n@see EffectivePolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n@param policyType The policy type.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "EffectivePolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n@param policyType The policy type.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type.\n@see EffectivePolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n@param policyType The policy type.\n@see EffectivePolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastUpdatedTimestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedTimestamp", "beanStyleSetterMethodName" : "setLastUpdatedTimestamp", "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTimestamp(Instant)}.\n@param lastUpdatedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@return The time of the last update to this policy.\n@deprecated Use {@link #lastUpdatedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@param lastUpdatedTimestamp The time of the last update to this policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdatedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastUpdatedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdatedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@param lastUpdatedTimestamp The time of the last update to this policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedTimestamp", "getterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@return The time of the last update to this policy.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdatedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdatedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@param lastUpdatedTimestamp The time of the last update to this policy.", "setterMethodName" : "setLastUpdatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyContent" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyContent", "beanStyleSetterMethodName" : "setPolicyContent", "c2jName" : "PolicyContent", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyContent(String)}.\n@param policyContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyContent(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@return The text content of the policy.\n@deprecated Use {@link #policyContent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@param policyContent The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyContent(String)}\n", "documentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyContent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyContent", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@param policyContent The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyContent", "getterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@return The text content of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyContent", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@param policyContent The text content of the policy.", "setterMethodName" : "setPolicyContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyContent", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "EffectivePolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type.\n@see EffectivePolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n@param policyType The policy type.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "EffectivePolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n@param policyType The policy type.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type.\n@see EffectivePolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n@param policyType The policy type.\n@see EffectivePolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@return The account ID of the policy target.\n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@param targetId The account ID of the policy target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@param targetId The account ID of the policy target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@return The account ID of the policy target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@param targetId The account ID of the policy target.", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyContent", "beanStyleSetterMethodName" : "setPolicyContent", "c2jName" : "PolicyContent", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyContent(String)}.\n@param policyContent a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyContent(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@return The text content of the policy.\n@deprecated Use {@link #policyContent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@param policyContent The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyContent(String)}\n", "documentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyContent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyContent", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@param policyContent The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyContent", "getterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@return The text content of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyContent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyContent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyContent", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      \n@param policyContent The text content of the policy.", "setterMethodName" : "setPolicyContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyContent", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyContent", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The text content of the policy.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedTimestamp", "beanStyleSetterMethodName" : "setLastUpdatedTimestamp", "c2jName" : "LastUpdatedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTimestamp(Instant)}.\n@param lastUpdatedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@return The time of the last update to this policy.\n@deprecated Use {@link #lastUpdatedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@param lastUpdatedTimestamp The time of the last update to this policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdatedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastUpdatedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdatedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@param lastUpdatedTimestamp The time of the last update to this policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedTimestamp", "getterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@return The time of the last update to this policy.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdatedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdatedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      \n@param lastUpdatedTimestamp The time of the last update to this policy.", "setterMethodName" : "setLastUpdatedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The time of the last update to this policy.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@return The account ID of the policy target.\n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@param targetId The account ID of the policy target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@param targetId The account ID of the policy target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@return The account ID of the policy target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      \n@param targetId The account ID of the policy target.", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The account ID of the policy target.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "EffectivePolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type.\n@see EffectivePolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n@param policyType The policy type.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "EffectivePolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n@param policyType The policy type.\n@see EffectivePolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EffectivePolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link EffectivePolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type.\n@see EffectivePolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      \n@param policyType The policy type.\n@see EffectivePolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The policy type.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EffectivePolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EffectivePolicy", "variableName" : "effectivePolicy", "variableType" : "EffectivePolicy", "documentation" : null, "simpleType" : "EffectivePolicy", "variableSetterType" : "EffectivePolicy" }, "wrapper" : false, "xmlNamespace" : null }, "EffectivePolicyNotFoundException" : { "c2jName" : "EffectivePolicyNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      If you ran this action on the master account, this policy type is not enabled. If you ran the action on a member account, the account doesn't have an effective policy of this type. Contact the administrator of your organization about attaching a policy of this type to the account.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "EffectivePolicyNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EffectivePolicyNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EffectivePolicyNotFoundException", "variableName" : "effectivePolicyNotFoundException", "variableType" : "EffectivePolicyNotFoundException", "documentation" : null, "simpleType" : "EffectivePolicyNotFoundException", "variableSetterType" : "EffectivePolicyNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "EffectivePolicyType" : { "c2jName" : "EffectivePolicyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "TAG_POLICY", "value" : "TAG_POLICY" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EffectivePolicyType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EffectivePolicyType", "variableName" : "effectivePolicyType", "variableType" : "EffectivePolicyType", "documentation" : null, "simpleType" : "EffectivePolicyType", "variableSetterType" : "EffectivePolicyType" }, "wrapper" : false, "xmlNamespace" : null }, "EnableAWSServiceAccessResponse" : { "c2jName" : "EnableAWSServiceAccessResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnableAWSServiceAccessResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnableAWSServiceAccessResponse", "variableName" : "enableAWSServiceAccessResponse", "variableType" : "EnableAWSServiceAccessResponse", "documentation" : null, "simpleType" : "EnableAWSServiceAccessResponse", "variableSetterType" : "EnableAWSServiceAccessResponse" }, "wrapper" : false, "xmlNamespace" : null }, "EnableAllFeaturesRequest" : { "c2jName" : "EnableAllFeaturesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "EnableAllFeatures", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.EnableAllFeatures", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnableAllFeaturesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnableAllFeaturesRequest", "variableName" : "enableAllFeaturesRequest", "variableType" : "EnableAllFeaturesRequest", "documentation" : null, "simpleType" : "EnableAllFeaturesRequest", "variableSetterType" : "EnableAllFeaturesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "EnableAllFeaturesResponse" : { "c2jName" : "EnableAllFeaturesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@return A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@return A structure that contains details about the handshake created to support this request to enable all features in the organization.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@return A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@return A structure that contains details about the handshake created to support this request to enable all features in the organization.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@return A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@return A structure that contains details about the handshake created to support this request to enable all features in the organization.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                                                      A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                                                                                                      ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnableAllFeaturesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnableAllFeaturesResponse", "variableName" : "enableAllFeaturesResponse", "variableType" : "EnableAllFeaturesResponse", "documentation" : null, "simpleType" : "EnableAllFeaturesResponse", "variableSetterType" : "EnableAllFeaturesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "EnableAwsServiceAccessRequest" : { "c2jName" : "EnableAWSServiceAccessRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "EnableAWSServiceAccess", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.EnableAWSServiceAccess", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ServicePrincipal" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@return The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServicePrincipal" ], "shapeName" : "EnableAwsServiceAccessRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnableAwsServiceAccessRequest", "variableName" : "enableAwsServiceAccessRequest", "variableType" : "EnableAwsServiceAccessRequest", "documentation" : null, "simpleType" : "EnableAwsServiceAccessRequest", "variableSetterType" : "EnableAwsServiceAccessRequest" }, "wrapper" : false, "xmlNamespace" : null }, "EnablePolicyTypeRequest" : { "c2jName" : "EnablePolicyTypeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "EnablePolicyType", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.EnablePolicyType", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #rootId(String)}.\n@param rootId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rootId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@deprecated Use {@link #rootId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rootId(String)}\n", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RootId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRootId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RootId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to enable.\n@see PolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n@param policyType The policy type that you want to enable.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n@param policyType The policy type that you want to enable.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to enable.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n@param policyType The policy type that you want to enable.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to enable.\n@see PolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n@param policyType The policy type that you want to enable.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n@param policyType The policy type that you want to enable.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to enable.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n@param policyType The policy type that you want to enable.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RootId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #rootId(String)}.\n@param rootId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rootId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@deprecated Use {@link #rootId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rootId(String)}\n", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RootId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRootId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RootId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #rootId(String)}.\n@param rootId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rootId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@deprecated Use {@link #rootId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rootId(String)}\n", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RootId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRootId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RootId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                                                                                                      The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyTypeAsString(String)}.\n@param policyType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to enable.\n@see PolicyType\n@deprecated Use {@link #policyTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n@param policyType The policy type that you want to enable.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #policyType(String)}\n", "documentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyType", "fluentEnumGetterMethodName" : "policyType", "fluentEnumSetterMethodName" : "policyType", "fluentGetterMethodName" : "policyTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n@param policyType The policy type that you want to enable.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #policyType} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #policyTypeAsString}.\n

                                                                                                                                                                                      \n@return The policy type that you want to enable.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      \n@param policyType The policy type that you want to enable.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The policy type that you want to enable.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RootId", "PolicyType" ], "shapeName" : "EnablePolicyTypeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnablePolicyTypeRequest", "variableName" : "enablePolicyTypeRequest", "variableType" : "EnablePolicyTypeRequest", "documentation" : null, "simpleType" : "EnablePolicyTypeRequest", "variableSetterType" : "EnablePolicyTypeRequest" }, "wrapper" : false, "xmlNamespace" : null }, "EnablePolicyTypeResponse" : { "c2jName" : "EnablePolicyTypeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Root.Builder} avoiding the need to create one manually via {@link Root#builder()}.\n\nWhen the {@link Consumer} completes, {@link Root.Builder#build()} is called immediately and its result is passed to {@link #root(Root)}.\n@param root a consumer that will call methods on {@link Root.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #root(Root)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.\n@deprecated Use {@link #root()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #root(Root)}\n", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Root property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoot", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Root", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Root" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Root.Builder} avoiding the need to create one manually via {@link Root#builder()}.\n\nWhen the {@link Consumer} completes, {@link Root.Builder#build()} is called immediately and its result is passed to {@link #root(Root)}.\n@param root a consumer that will call methods on {@link Root.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #root(Root)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.\n@deprecated Use {@link #root()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #root(Root)}\n", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Root property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoot", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Root", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Root.Builder} avoiding the need to create one manually via {@link Root#builder()}.\n\nWhen the {@link Consumer} completes, {@link Root.Builder#build()} is called immediately and its result is passed to {@link #root(Root)}.\n@param root a consumer that will call methods on {@link Root.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #root(Root)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.\n@deprecated Use {@link #root()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #root(Root)}\n", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Root property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoot", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Root", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                                                                                                      A structure that shows the root with the updated list of enabled policy types.

                                                                                                                                                                                      ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnablePolicyTypeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnablePolicyTypeResponse", "variableName" : "enablePolicyTypeResponse", "variableType" : "EnablePolicyTypeResponse", "documentation" : null, "simpleType" : "EnablePolicyTypeResponse", "variableSetterType" : "EnablePolicyTypeResponse" }, "wrapper" : false, "xmlNamespace" : null }, "EnabledServicePrincipal" : { "c2jName" : "EnabledServicePrincipal", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A structure that contains details of a service principal that represents an AWS service that is enabled to integrate with AWS Organizations.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@return The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@return The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDateEnabled", "beanStyleSetterMethodName" : "setDateEnabled", "c2jName" : "DateEnabled", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #dateEnabled(Instant)}.\n@param dateEnabled a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dateEnabled(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@return The date that the service principal was enabled for integration with AWS Organizations.\n@deprecated Use {@link #dateEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@param dateEnabled The date that the service principal was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dateEnabled(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DateEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDateEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dateEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@param dateEnabled The date that the service principal was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateEnabled", "getterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@return The date that the service principal was enabled for integration with AWS Organizations.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DateEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DateEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@param dateEnabled The date that the service principal was enabled for integration with AWS Organizations.", "setterMethodName" : "setDateEnabled", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "dateEnabled", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "dateEnabled", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DateEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDateEnabled", "beanStyleSetterMethodName" : "setDateEnabled", "c2jName" : "DateEnabled", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #dateEnabled(Instant)}.\n@param dateEnabled a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dateEnabled(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@return The date that the service principal was enabled for integration with AWS Organizations.\n@deprecated Use {@link #dateEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@param dateEnabled The date that the service principal was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dateEnabled(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DateEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDateEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dateEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@param dateEnabled The date that the service principal was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateEnabled", "getterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@return The date that the service principal was enabled for integration with AWS Organizations.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DateEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DateEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@param dateEnabled The date that the service principal was enabled for integration with AWS Organizations.", "setterMethodName" : "setDateEnabled", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "dateEnabled", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "dateEnabled", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServicePrincipal" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@return The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@return The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@return The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@return The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      \n@param servicePrincipal The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDateEnabled", "beanStyleSetterMethodName" : "setDateEnabled", "c2jName" : "DateEnabled", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #dateEnabled(Instant)}.\n@param dateEnabled a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dateEnabled(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@return The date that the service principal was enabled for integration with AWS Organizations.\n@deprecated Use {@link #dateEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@param dateEnabled The date that the service principal was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dateEnabled(Instant)}\n", "documentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DateEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDateEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dateEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@param dateEnabled The date that the service principal was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dateEnabled", "getterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@return The date that the service principal was enabled for integration with AWS Organizations.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DateEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DateEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "DateEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      \n@param dateEnabled The date that the service principal was enabled for integration with AWS Organizations.", "setterMethodName" : "setDateEnabled", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "dateEnabled", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "dateEnabled", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                      The date that the service principal was enabled for integration with AWS Organizations.

                                                                                                                                                                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnabledServicePrincipal", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnabledServicePrincipal", "variableName" : "enabledServicePrincipal", "variableType" : "EnabledServicePrincipal", "documentation" : null, "simpleType" : "EnabledServicePrincipal", "variableSetterType" : "EnabledServicePrincipal" }, "wrapper" : false, "xmlNamespace" : null }, "FinalizingOrganizationException" : { "c2jName" : "FinalizingOrganizationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      AWS Organizations couldn't perform the operation because your organization hasn't finished initializing. This can take up to an hour. Try again later. If after one hour you continue to receive this error, contact AWS Support.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "FinalizingOrganizationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FinalizingOrganizationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FinalizingOrganizationException", "variableName" : "finalizingOrganizationException", "variableType" : "FinalizingOrganizationException", "documentation" : null, "simpleType" : "FinalizingOrganizationException", "variableSetterType" : "FinalizingOrganizationException" }, "wrapper" : false, "xmlNamespace" : null }, "Handshake" : { "c2jName" : "Handshake", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Contains information that must be exchanged to securely establish a relationship between two accounts (an originator and a recipient). For example, when a master account (the originator) invites another account (the recipient) to join its organization, the two accounts exchange information as a series of handshake requests and responses.

                                                                                                                                                                                      Note: Handshakes that are CANCELED, ACCEPTED, or DECLINED show up in lists for only 30 days after entering that state After that they are deleted.

                                                                                                                                                                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                      \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                      \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                      \n@return The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                      \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                      The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "HandshakeArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParties", "beanStyleSetterMethodName" : "setParties", "c2jName" : "Parties", "c2jShape" : "HandshakeParties", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parties(List)}.\n@param parties a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parties(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasParties()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return Information about the two accounts that are participating in the handshake.\n@deprecated Use {@link #parties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                      \n@param parties Information about the two accounts that are participating in the handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parties(List)}\n", "documentation" : "

                                                                                                                                                                                      Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parties property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParties", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parties", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                      \n@param parties Information about the two accounts that are participating in the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parties", "getterDocumentation" : "

                                                                                                                                                                                      Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasParties()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return Information about the two accounts that are participating in the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeParty", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HandshakeParty.Builder} avoiding the need to create one manually via {@link HandshakeParty#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeParty.Builder#build()} is called immediately and its result is passed to {@link #member(HandshakeParty)}.\n@param member a consumer that will call methods on {@link HandshakeParty.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HandshakeParty)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(HandshakeParty)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : "", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeParty", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeParty", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parties", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                      \n@param parties Information about the two accounts that are participating in the handshake.", "setterMethodName" : "setParties", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "HandshakeState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                      • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                      • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                      • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                      • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                      • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                      • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                      • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                      • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                      • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                      • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                      • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                      • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link HandshakeState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                      \n@return The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                      • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                      • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                      • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                      • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                      • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                      • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                      • \n@see HandshakeState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                        The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                        • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                        • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                        • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                        • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                        • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                        • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                        \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                        • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                        • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                        • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                        • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                        • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                        • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                        • \n@see HandshakeState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

                                                                                                                                                                                          The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                          • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                          • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                          • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                          • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                          • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                          • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "HandshakeState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                          The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                          • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                          • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                          • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                          • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                          • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                          • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                          \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                          • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                          • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                          • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                          • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                          • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                          • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                          • \n@see HandshakeState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                                                                                            The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                            • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                            • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                            • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                            • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                            • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                            • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                            \n

                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link HandshakeState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                            \n@return The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                            • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                            • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                            • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                            • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                            • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                            • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                            • \n@see HandshakeState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                              The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                              \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                              • \n@see HandshakeState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #requestedTimestamp(Instant)}.\n@param requestedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requestedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                                                                                \n@return The date and time that the handshake request was made.\n@deprecated Use {@link #requestedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                                                                                \n@param requestedTimestamp The date and time that the handshake request was made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                                                                                \n@param requestedTimestamp The date and time that the handshake request was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                                                                                \n@return The date and time that the handshake request was made.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                                                                                \n@param requestedTimestamp The date and time that the handshake request was made.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpirationTimestamp", "beanStyleSetterMethodName" : "setExpirationTimestamp", "c2jName" : "ExpirationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #expirationTimestamp(Instant)}.\n@param expirationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expirationTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                \n@return The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@deprecated Use {@link #expirationTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expirationTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpirationTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpirationTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expirationTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expirationTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                \n@return The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExpirationTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExpirationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ExpirationTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "setterMethodName" : "setExpirationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "ActionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #actionAsString(String)}.\n@param action a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #action(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                \n

                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                                                                                                                                                                                \n@return The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                • \n@see ActionType\n@deprecated Use {@link #actionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                  The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                  • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                  • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                  • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                  \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                  • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                  • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                  • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                  • \n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType\n@deprecated Use {@link #action(String)}\n", "documentation" : "

                                                                                                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                    • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                    • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                    • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "ActionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Action property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAction", "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                    • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                    • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                    • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                    \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                    • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                    • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                    • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                    • \n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                                                                                                                                                                      The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                      • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                      • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                      • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                      \n

                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                                                                                                                                                                                      \n@return The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                      • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                      • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                      • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                      • \n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                        • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                        • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                        • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                        \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                        • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                        • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                        • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                        • \n@see ActionType", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                          The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                          • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                          • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                          • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                          Additional information that is needed to process the handshake.

                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resources(List)}.\n@param resources a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resources(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                          Additional information that is needed to process the handshake.

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                          \n@return Additional information that is needed to process the handshake.\n@deprecated Use {@link #resources()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                          Additional information that is needed to process the handshake.

                                                                                                                                                                                                          \n@param resources Additional information that is needed to process the handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resources(List)}\n", "documentation" : "

                                                                                                                                                                                                          Additional information that is needed to process the handshake.

                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resources property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResources", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                                                                                          Additional information that is needed to process the handshake.

                                                                                                                                                                                                          \n@param resources Additional information that is needed to process the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                                                                                          Additional information that is needed to process the handshake.

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                          \n@return Additional information that is needed to process the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HandshakeResource.Builder} avoiding the need to create one manually via {@link HandshakeResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeResource.Builder#build()} is called immediately and its result is passed to {@link #member(HandshakeResource)}.\n@param member a consumer that will call methods on {@link HandshakeResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HandshakeResource)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(HandshakeResource)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Resources", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                          Additional information that is needed to process the handshake.

                                                                                                                                                                                                          \n@param resources Additional information that is needed to process the handshake.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                          Additional information that is needed to process the handshake.

                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "ActionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                          The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                          • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                          • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                          • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #actionAsString(String)}.\n@param action a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #action(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                          The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                          • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                          • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                          • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                                                                                                                                                                                          \n@return The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                          • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                          • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                          • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                          • \n@see ActionType\n@deprecated Use {@link #actionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                            The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                            • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                            • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                            • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                            \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                            • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                            • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                            • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                            • \n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType\n@deprecated Use {@link #action(String)}\n", "documentation" : "

                                                                                                                                                                                                              The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                              • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                              • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                              • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "ActionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Action property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAction", "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                              • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                              • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                              • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                              \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                              • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                              • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                              • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                              • \n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                                                                                                                                                                                The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                \n

                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                                                                                                                                                                                                \n@return The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                • \n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                  The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                  • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                  • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                  • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                  \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                  • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                  • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                  • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                  • \n@see ActionType", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                    • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                    • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                    • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "HandshakeArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ExpirationTimestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpirationTimestamp", "beanStyleSetterMethodName" : "setExpirationTimestamp", "c2jName" : "ExpirationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #expirationTimestamp(Instant)}.\n@param expirationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expirationTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                    \n@return The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@deprecated Use {@link #expirationTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                    \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expirationTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpirationTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpirationTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expirationTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                    \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expirationTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                    \n@return The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExpirationTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExpirationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ExpirationTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                    \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "setterMethodName" : "setExpirationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    \n@return The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    \n@return The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Parties" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParties", "beanStyleSetterMethodName" : "setParties", "c2jName" : "Parties", "c2jShape" : "HandshakeParties", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parties(List)}.\n@param parties a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parties(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasParties()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the two accounts that are participating in the handshake.\n@deprecated Use {@link #parties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                    \n@param parties Information about the two accounts that are participating in the handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parties(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parties property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParties", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parties", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                    \n@param parties Information about the two accounts that are participating in the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parties", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasParties()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the two accounts that are participating in the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeParty", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HandshakeParty.Builder} avoiding the need to create one manually via {@link HandshakeParty#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeParty.Builder#build()} is called immediately and its result is passed to {@link #member(HandshakeParty)}.\n@param member a consumer that will call methods on {@link HandshakeParty.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HandshakeParty)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(HandshakeParty)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : "", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeParty", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeParty", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parties", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                    \n@param parties Information about the two accounts that are participating in the handshake.", "setterMethodName" : "setParties", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RequestedTimestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake request was made.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #requestedTimestamp(Instant)}.\n@param requestedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requestedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake request was made.

                                                                                                                                                                                                                    \n@return The date and time that the handshake request was made.\n@deprecated Use {@link #requestedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake request was made.

                                                                                                                                                                                                                    \n@param requestedTimestamp The date and time that the handshake request was made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                                                                                    The date and time that the handshake request was made.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake request was made.

                                                                                                                                                                                                                    \n@param requestedTimestamp The date and time that the handshake request was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake request was made.

                                                                                                                                                                                                                    \n@return The date and time that the handshake request was made.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The date and time that the handshake request was made.

                                                                                                                                                                                                                    \n@param requestedTimestamp The date and time that the handshake request was made.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                    The date and time that the handshake request was made.

                                                                                                                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Resources" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resources(List)}.\n@param resources a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resources(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Additional information that is needed to process the handshake.\n@deprecated Use {@link #resources()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                                                                                                                    \n@param resources Additional information that is needed to process the handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resources(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resources property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResources", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                                                                                                                    \n@param resources Additional information that is needed to process the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Additional information that is needed to process the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HandshakeResource.Builder} avoiding the need to create one manually via {@link HandshakeResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeResource.Builder#build()} is called immediately and its result is passed to {@link #member(HandshakeResource)}.\n@param member a consumer that will call methods on {@link HandshakeResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HandshakeResource)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(HandshakeResource)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Resources", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                                                                                                                    \n@param resources Additional information that is needed to process the handshake.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "State" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "HandshakeState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                    • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                    • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                    • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                    • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                    • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                    • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                    • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                    • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                    • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                    • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                    • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                    • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link HandshakeState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                    \n@return The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                    • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                    • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                    • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                    • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                    • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                    • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                    • \n@see HandshakeState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                      The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                      • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                      • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                      • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                      • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                      • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                      • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                      \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                      • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                      • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                      • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                      • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                      • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                      • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                      • \n@see HandshakeState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

                                                                                                                                                                                                                        The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                        • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                        • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                        • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                        • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                        • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                        • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "HandshakeState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                        The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                        • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                        • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                        • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                        • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                        • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                        • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                        \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                        • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                        • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                        • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                        • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                        • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                        • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                        • \n@see HandshakeState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                                                                                                                          The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                          • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                          • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                          • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                          • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                          • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                          • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link HandshakeState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                          \n@return The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                          • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                          • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                          • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                          • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                          • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                          • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                          • \n@see HandshakeState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                            The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                            • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                            • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                            • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                            • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                            • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                            • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                            \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                            • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                            • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                            • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                            • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                            • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                            • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                            • \n@see HandshakeState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                              The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              \n@return The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              \n@return The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "HandshakeArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParties", "beanStyleSetterMethodName" : "setParties", "c2jName" : "Parties", "c2jShape" : "HandshakeParties", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parties(List)}.\n@param parties a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parties(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nYou can use {@link #hasParties()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                              \n@return Information about the two accounts that are participating in the handshake.\n@deprecated Use {@link #parties()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                              \n@param parties Information about the two accounts that are participating in the handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parties(List)}\n", "documentation" : "

                                                                                                                                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parties property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParties", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parties", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                              \n@param parties Information about the two accounts that are participating in the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parties", "getterDocumentation" : "

                                                                                                                                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nYou can use {@link #hasParties()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                              \n@return Information about the two accounts that are participating in the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parties", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeParty", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HandshakeParty.Builder} avoiding the need to create one manually via {@link HandshakeParty#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeParty.Builder#build()} is called immediately and its result is passed to {@link #member(HandshakeParty)}.\n@param member a consumer that will call methods on {@link HandshakeParty.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HandshakeParty)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(HandshakeParty)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : "", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeParty", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeParty", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parties", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                              \n@param parties Information about the two accounts that are participating in the handshake.", "setterMethodName" : "setParties", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "HandshakeState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                              The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link HandshakeState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                              \n@return The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                              • \n@see HandshakeState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                • \n@see HandshakeState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

                                                                                                                                                                                                                                  The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                  • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                  • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                  • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                  • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                  • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                  • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "HandshakeState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                  The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                  • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                  • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                  • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                  • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                  • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                  • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                  \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                  • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                  • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                  • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                  • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                  • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                  • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                  • \n@see HandshakeState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                                                                                                                                    The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                    • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                    • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                    • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                    • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                    • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                    • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link HandshakeState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                                    \n@return The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                    • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                    • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                    • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                    • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                    • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                    • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                    • \n@see HandshakeState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                      • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                      • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                      • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                      • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                      • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                      • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                      \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                      • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                      • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                      • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                      • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                      • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                      • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                      • \n@see HandshakeState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                        The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                                                                                                                        • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                                                                                                                        • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                                                                                                                        • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                                                                                                                        • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                                                                                                                        • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                                                                                                                        • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake request was made.

                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #requestedTimestamp(Instant)}.\n@param requestedTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #requestedTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake request was made.

                                                                                                                                                                                                                                        \n@return The date and time that the handshake request was made.\n@deprecated Use {@link #requestedTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake request was made.

                                                                                                                                                                                                                                        \n@param requestedTimestamp The date and time that the handshake request was made.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #requestedTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake request was made.

                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RequestedTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRequestedTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake request was made.

                                                                                                                                                                                                                                        \n@param requestedTimestamp The date and time that the handshake request was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake request was made.

                                                                                                                                                                                                                                        \n@return The date and time that the handshake request was made.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake request was made.

                                                                                                                                                                                                                                        \n@param requestedTimestamp The date and time that the handshake request was made.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake request was made.

                                                                                                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpirationTimestamp", "beanStyleSetterMethodName" : "setExpirationTimestamp", "c2jName" : "ExpirationTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #expirationTimestamp(Instant)}.\n@param expirationTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expirationTimestamp(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                                        \n@return The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@deprecated Use {@link #expirationTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                                        \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expirationTimestamp(Instant)}\n", "documentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpirationTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpirationTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expirationTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                                        \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expirationTimestamp", "getterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                                        \n@return The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExpirationTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ExpirationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ExpirationTimestamp", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                                        \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "setterMethodName" : "setExpirationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                                                                                                                        The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                                                                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "ActionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                        • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                        • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                        • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #actionAsString(String)}.\n@param action a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #action(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                        The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                        • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                        • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                        • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                                                                                                                                                                                                                        \n@return The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                        • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                        • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                        • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                        • \n@see ActionType\n@deprecated Use {@link #actionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                          The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                          • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                          • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                          • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                          \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                          • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                          • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                          • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                          • \n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType\n@deprecated Use {@link #action(String)}\n", "documentation" : "

                                                                                                                                                                                                                                            The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                            • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                            • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                            • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "ActionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Action property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAction", "fluentEnumGetterMethodName" : "action", "fluentEnumSetterMethodName" : "action", "fluentGetterMethodName" : "actionAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                            • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                            • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                            • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                            \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                            • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                            • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                            • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                            • \n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                                                                                                                                                                                                              The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                              • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                              • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                              • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #action} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionAsString}.\n

                                                                                                                                                                                                                                              \n@return The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                              • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                              • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                              • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                              • \n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Action", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                                • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                                • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                                • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                                \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                                • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                                • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                                • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                                • \n@see ActionType", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The type of handshake, indicating what action occurs when the recipient accepts the handshake. The following handshake types are supported:

                                                                                                                                                                                                                                                  • INVITE: This type of handshake represents a request to join an organization. It is always sent from the master account to only non-member accounts.

                                                                                                                                                                                                                                                  • ENABLE_ALL_FEATURES: This type of handshake represents a request to enable all features in an organization. It is always sent from the master account to only invited member accounts. Created accounts do not receive this because those accounts were created by the organization's master account and approval is inferred.

                                                                                                                                                                                                                                                  • APPROVE_ALL_FEATURES: This type of handshake is sent from the Organizations service when all member accounts have approved the ENABLE_ALL_FEATURES invitation. It is sent only to the master account and signals the master that it can finalize the process to enable all features.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Additional information that is needed to process the handshake.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resources(List)}.\n@param resources a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resources(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Additional information that is needed to process the handshake.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                  \n@return Additional information that is needed to process the handshake.\n@deprecated Use {@link #resources()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Additional information that is needed to process the handshake.

                                                                                                                                                                                                                                                  \n@param resources Additional information that is needed to process the handshake.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resources(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Additional information that is needed to process the handshake.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resources property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResources", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Additional information that is needed to process the handshake.

                                                                                                                                                                                                                                                  \n@param resources Additional information that is needed to process the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Additional information that is needed to process the handshake.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                  \n@return Additional information that is needed to process the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HandshakeResource.Builder} avoiding the need to create one manually via {@link HandshakeResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeResource.Builder#build()} is called immediately and its result is passed to {@link #member(HandshakeResource)}.\n@param member a consumer that will call methods on {@link HandshakeResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HandshakeResource)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(HandshakeResource)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Resources", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Additional information that is needed to process the handshake.

                                                                                                                                                                                                                                                  \n@param resources Additional information that is needed to process the handshake.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  Additional information that is needed to process the handshake.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Handshake", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakeAlreadyInStateException" : { "c2jName" : "HandshakeAlreadyInStateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "HandshakeAlreadyInStateException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeAlreadyInStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HandshakeAlreadyInStateException", "variableName" : "handshakeAlreadyInStateException", "variableType" : "HandshakeAlreadyInStateException", "documentation" : null, "simpleType" : "HandshakeAlreadyInStateException", "variableSetterType" : "HandshakeAlreadyInStateException" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakeConstraintViolationException" : { "c2jName" : "HandshakeConstraintViolationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The requested operation would violate the constraint identified in the reason code.

                                                                                                                                                                                                                                                  Some of the reasons in the following list might not be applicable to this specific API or operation:

                                                                                                                                                                                                                                                  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note that deleted and closed accounts still count toward your limit.

                                                                                                                                                                                                                                                    If you get this exception immediately after creating the organization, wait one hour and try again. If after an hour it continues to fail with this error, contact AWS Support.

                                                                                                                                                                                                                                                  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

                                                                                                                                                                                                                                                  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes that you can send in one day.

                                                                                                                                                                                                                                                  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations to join an organization while it's in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

                                                                                                                                                                                                                                                  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

                                                                                                                                                                                                                                                  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

                                                                                                                                                                                                                                                  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

                                                                                                                                                                                                                                                  • PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an account that doesn't have a payment instrument, such as a credit card, associated with it.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "HandshakeConstraintViolationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "HandshakeConstraintViolationExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link HandshakeConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                  \n@return The value of the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeConstraintViolationExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "HandshakeConstraintViolationExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link HandshakeConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                  \n@return The value of the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "HandshakeConstraintViolationExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link HandshakeConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                  \n@return The value of the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeConstraintViolationExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "HandshakeConstraintViolationExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link HandshakeConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                  \n@return The value of the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "HandshakeConstraintViolationExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link HandshakeConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                  \n@return The value of the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeConstraintViolationExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "HandshakeConstraintViolationExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link HandshakeConstraintViolationExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                  \n@return The value of the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeConstraintViolationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HandshakeConstraintViolationException", "variableName" : "handshakeConstraintViolationException", "variableType" : "HandshakeConstraintViolationException", "documentation" : null, "simpleType" : "HandshakeConstraintViolationException", "variableSetterType" : "HandshakeConstraintViolationException" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakeConstraintViolationExceptionReason" : { "c2jName" : "HandshakeConstraintViolationExceptionReason", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACCOUNT_NUMBER_LIMIT_EXCEEDED", "value" : "ACCOUNT_NUMBER_LIMIT_EXCEEDED" }, { "name" : "HANDSHAKE_RATE_LIMIT_EXCEEDED", "value" : "HANDSHAKE_RATE_LIMIT_EXCEEDED" }, { "name" : "ALREADY_IN_AN_ORGANIZATION", "value" : "ALREADY_IN_AN_ORGANIZATION" }, { "name" : "ORGANIZATION_ALREADY_HAS_ALL_FEATURES", "value" : "ORGANIZATION_ALREADY_HAS_ALL_FEATURES" }, { "name" : "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES", "value" : "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES" }, { "name" : "PAYMENT_INSTRUMENT_REQUIRED", "value" : "PAYMENT_INSTRUMENT_REQUIRED" }, { "name" : "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD", "value" : "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD" }, { "name" : "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED", "value" : "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeConstraintViolationExceptionReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeConstraintViolationExceptionReason", "variableName" : "handshakeConstraintViolationExceptionReason", "variableType" : "HandshakeConstraintViolationExceptionReason", "documentation" : null, "simpleType" : "HandshakeConstraintViolationExceptionReason", "variableSetterType" : "HandshakeConstraintViolationExceptionReason" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakeFilter" : { "c2jName" : "HandshakeFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Specifies the criteria that are used to select the handshakes for the operation.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionType", "beanStyleSetterMethodName" : "setActionType", "c2jName" : "ActionType", "c2jShape" : "ActionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #actionTypeAsString(String)}.\n@param actionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #actionType} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionTypeAsString}.\n

                                                                                                                                                                                                                                                  \n@return Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@deprecated Use {@link #actionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n@param actionType Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType\n@deprecated Use {@link #actionType(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "ActionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActionType", "fluentEnumGetterMethodName" : "actionType", "fluentEnumSetterMethodName" : "actionType", "fluentGetterMethodName" : "actionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n@param actionType Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "actionType", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #actionType} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionTypeAsString}.\n

                                                                                                                                                                                                                                                  \n@return Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n@param actionType Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "setterMethodName" : "setActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentHandshakeId", "beanStyleSetterMethodName" : "setParentHandshakeId", "c2jName" : "ParentHandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentHandshakeId(String)}.\n@param parentHandshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentHandshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #parentHandshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentHandshakeId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentHandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentHandshakeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentHandshakeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentHandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentHandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentHandshakeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setParentHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActionType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionType", "beanStyleSetterMethodName" : "setActionType", "c2jName" : "ActionType", "c2jShape" : "ActionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #actionTypeAsString(String)}.\n@param actionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #actionType} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionTypeAsString}.\n

                                                                                                                                                                                                                                                  \n@return Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@deprecated Use {@link #actionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n@param actionType Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType\n@deprecated Use {@link #actionType(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "ActionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActionType", "fluentEnumGetterMethodName" : "actionType", "fluentEnumSetterMethodName" : "actionType", "fluentGetterMethodName" : "actionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n@param actionType Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "actionType", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #actionType} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionTypeAsString}.\n

                                                                                                                                                                                                                                                  \n@return Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n@param actionType Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "setterMethodName" : "setActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParentHandshakeId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentHandshakeId", "beanStyleSetterMethodName" : "setParentHandshakeId", "c2jName" : "ParentHandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentHandshakeId(String)}.\n@param parentHandshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentHandshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #parentHandshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentHandshakeId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentHandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentHandshakeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentHandshakeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentHandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentHandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentHandshakeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setParentHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActionType", "beanStyleSetterMethodName" : "setActionType", "c2jName" : "ActionType", "c2jShape" : "ActionType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #actionTypeAsString(String)}.\n@param actionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #actionType} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionTypeAsString}.\n

                                                                                                                                                                                                                                                  \n@return Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@deprecated Use {@link #actionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n@param actionType Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType\n@deprecated Use {@link #actionType(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "ActionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ActionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActionType", "fluentEnumGetterMethodName" : "actionType", "fluentEnumSetterMethodName" : "actionType", "fluentGetterMethodName" : "actionTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n@param actionType Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "actionType", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #actionType} will return {@link ActionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #actionTypeAsString}.\n

                                                                                                                                                                                                                                                  \n@return Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActionType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  \n@param actionType Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "setterMethodName" : "setActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the type of handshake action.

                                                                                                                                                                                                                                                  If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentHandshakeId", "beanStyleSetterMethodName" : "setParentHandshakeId", "c2jName" : "ParentHandshakeId", "c2jShape" : "HandshakeId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentHandshakeId(String)}.\n@param parentHandshakeId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentHandshakeId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #parentHandshakeId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentHandshakeId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentHandshakeId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentHandshakeId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentHandshakeId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentHandshakeId", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentHandshakeId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentHandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentHandshakeId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setParentHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                                                                                                                                  If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "handshakeFilter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakeNotFoundException" : { "c2jName" : "HandshakeNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  We can't find a handshake with the HandshakeId that you specified.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "HandshakeNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HandshakeNotFoundException", "variableName" : "handshakeNotFoundException", "variableType" : "HandshakeNotFoundException", "documentation" : null, "simpleType" : "HandshakeNotFoundException", "variableSetterType" : "HandshakeNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakeParty" : { "c2jName" : "HandshakeParty", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Identifies a participant in a handshake.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakePartyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakePartyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakePartyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                  \n@return The type of party.\n@see HandshakePartyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n@param type The type of party.\n@see HandshakePartyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakePartyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "HandshakePartyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n@param type The type of party.\n@see HandshakePartyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakePartyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakePartyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                  \n@return The type of party.\n@see HandshakePartyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n@param type The type of party.\n@see HandshakePartyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakePartyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakePartyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakePartyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                  \n@return The type of party.\n@see HandshakePartyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n@param type The type of party.\n@see HandshakePartyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakePartyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "HandshakePartyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n@param type The type of party.\n@see HandshakePartyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakePartyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakePartyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                  \n@return The type of party.\n@see HandshakePartyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n@param type The type of party.\n@see HandshakePartyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakePartyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) for the party.

                                                                                                                                                                                                                                                  The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakePartyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakePartyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                  \n@return The type of party.\n@see HandshakePartyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n@param type The type of party.\n@see HandshakePartyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakePartyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "HandshakePartyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n@param type The type of party.\n@see HandshakePartyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakePartyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakePartyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                  \n@return The type of party.\n@see HandshakePartyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  \n@param type The type of party.\n@see HandshakePartyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The type of party.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "Type" ], "shapeName" : "HandshakeParty", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "handshakeParty", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakePartyType" : { "c2jName" : "HandshakePartyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACCOUNT", "value" : "ACCOUNT" }, { "name" : "ORGANIZATION", "value" : "ORGANIZATION" }, { "name" : "EMAIL", "value" : "EMAIL" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakePartyType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakePartyType", "variableName" : "handshakePartyType", "variableType" : "HandshakePartyType", "documentation" : null, "simpleType" : "HandshakePartyType", "variableSetterType" : "HandshakePartyType" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakeResource" : { "c2jName" : "HandshakeResource", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Contains additional data that is needed to process a handshake.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "HandshakeResourceValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                  \n@return The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                  \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                  \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                  \n@return The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                  \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakeResourceType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                  • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                  • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                  • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                  • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                  • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                  • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                  • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                  • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                  • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                  • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                  • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                  • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakeResourceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                  \n@return The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                  • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                  • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                  • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                  • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                  • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                  • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                  • \n@see HandshakeResourceType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                    The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                    • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                    • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                    • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                    • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                    • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                    • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                    \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                    • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                    • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                    • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                    • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                    • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                    • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                    • \n@see HandshakeResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeResourceType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                      The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "HandshakeResourceType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                      The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                      \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                      • \n@see HandshakeResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeResourceType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                        • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                        • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                        • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                        • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                        • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                        • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakeResourceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                        \n@return The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                        • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                        • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                        • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                        • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                        • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                        • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                        • \n@see HandshakeResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                          The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                          • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                          • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                          • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                          • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                          • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                          • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                          \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                          • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                          • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                          • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                          • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                          • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                          • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                          • \n@see HandshakeResourceType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                            The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resources(List)}.\n@param resources a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resources(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                            \n@return When needed, contains an additional array of HandshakeResource objects.\n@deprecated Use {@link #resources()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n@param resources When needed, contains an additional array of HandshakeResource objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resources(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resources property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResources", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n@param resources When needed, contains an additional array of HandshakeResource objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                            \n@return When needed, contains an additional array of HandshakeResource objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HandshakeResource.Builder} avoiding the need to create one manually via {@link HandshakeResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeResource.Builder#build()} is called immediately and its result is passed to {@link #member(HandshakeResource)}.\n@param member a consumer that will call methods on {@link HandshakeResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HandshakeResource)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(HandshakeResource)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Resources", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n@param resources When needed, contains an additional array of HandshakeResource objects.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Resources" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resources(List)}.\n@param resources a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resources(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                            \n@return When needed, contains an additional array of HandshakeResource objects.\n@deprecated Use {@link #resources()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n@param resources When needed, contains an additional array of HandshakeResource objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resources(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resources property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResources", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n@param resources When needed, contains an additional array of HandshakeResource objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                            \n@return When needed, contains an additional array of HandshakeResource objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HandshakeResource.Builder} avoiding the need to create one manually via {@link HandshakeResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeResource.Builder#build()} is called immediately and its result is passed to {@link #member(HandshakeResource)}.\n@param member a consumer that will call methods on {@link HandshakeResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HandshakeResource)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(HandshakeResource)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Resources", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            \n@param resources When needed, contains an additional array of HandshakeResource objects.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                            When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakeResourceType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakeResourceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                            \n@return The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                            • \n@see HandshakeResourceType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                              The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                              • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                              • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                              • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                              • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                              • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                              • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                              \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                              • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                              • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                              • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                              • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                              • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                              • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                              • \n@see HandshakeResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeResourceType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "HandshakeResourceType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                • \n@see HandshakeResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeResourceType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                  The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                  • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                  • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                  • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                  • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                  • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                  • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakeResourceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                  \n@return The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                  • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                  • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                  • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                  • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                  • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                  • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                  • \n@see HandshakeResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                    • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                    • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                    • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                    • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                    • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                    • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                    \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                    • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                    • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                    • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                    • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                    • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                    • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                    • \n@see HandshakeResourceType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                      The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "HandshakeResourceValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@return The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@return The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "HandshakeResourceValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@return The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@return The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                      The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakeResourceType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                      The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakeResourceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                      \n@return The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                      • \n@see HandshakeResourceType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                        The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                        • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                        • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                        • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                        • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                        • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                        • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                        \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                        • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                        • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                        • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                        • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                        • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                        • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                        • \n@see HandshakeResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeResourceType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                          The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                          • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                          • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                          • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                          • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                          • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                          • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "HandshakeResourceType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                          • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                          • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                          • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                          • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                          • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                          • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                          \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                          • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                          • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                          • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                          • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                          • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                          • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                          • \n@see HandshakeResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeResourceType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                            The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link HandshakeResourceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                            \n@return The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                            • \n@see HandshakeResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                              The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                              • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                              • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                              • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                              • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                              • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                              • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                              \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                              • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                              • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                              • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                              • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                              • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                              • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                              • \n@see HandshakeResourceType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                                                                                                                                                • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                                                                                                                                                • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                                                                                                                                                • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                                                                                                                                                • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                                • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                                                                                                                                                • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resources(List)}.\n@param resources a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resources(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return When needed, contains an additional array of HandshakeResource objects.\n@deprecated Use {@link #resources()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                                                \n@param resources When needed, contains an additional array of HandshakeResource objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resources(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Resources property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResources", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                                                \n@param resources When needed, contains an additional array of HandshakeResource objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasResources()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return When needed, contains an additional array of HandshakeResource objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link HandshakeResource.Builder} avoiding the need to create one manually via {@link HandshakeResource#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeResource.Builder#build()} is called immediately and its result is passed to {@link #member(HandshakeResource)}.\n@param member a consumer that will call methods on {@link HandshakeResource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(HandshakeResource)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(HandshakeResource)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Resources", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                                                \n@param resources When needed, contains an additional array of HandshakeResource objects.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeResource", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "handshakeResource", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakeResourceType" : { "c2jName" : "HandshakeResourceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACCOUNT", "value" : "ACCOUNT" }, { "name" : "ORGANIZATION", "value" : "ORGANIZATION" }, { "name" : "ORGANIZATION_FEATURE_SET", "value" : "ORGANIZATION_FEATURE_SET" }, { "name" : "EMAIL", "value" : "EMAIL" }, { "name" : "MASTER_EMAIL", "value" : "MASTER_EMAIL" }, { "name" : "MASTER_NAME", "value" : "MASTER_NAME" }, { "name" : "NOTES", "value" : "NOTES" }, { "name" : "PARENT_HANDSHAKE", "value" : "PARENT_HANDSHAKE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeResourceType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeResourceType", "variableName" : "handshakeResourceType", "variableType" : "HandshakeResourceType", "documentation" : null, "simpleType" : "HandshakeResourceType", "variableSetterType" : "HandshakeResourceType" }, "wrapper" : false, "xmlNamespace" : null }, "HandshakeState" : { "c2jName" : "HandshakeState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "REQUESTED", "value" : "REQUESTED" }, { "name" : "OPEN", "value" : "OPEN" }, { "name" : "CANCELED", "value" : "CANCELED" }, { "name" : "ACCEPTED", "value" : "ACCEPTED" }, { "name" : "DECLINED", "value" : "DECLINED" }, { "name" : "EXPIRED", "value" : "EXPIRED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeState", "variableName" : "handshakeState", "variableType" : "HandshakeState", "documentation" : null, "simpleType" : "HandshakeState", "variableSetterType" : "HandshakeState" }, "wrapper" : false, "xmlNamespace" : null }, "IAMUserAccessToBilling" : { "c2jName" : "IAMUserAccessToBilling", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ALLOW", "value" : "ALLOW" }, { "name" : "DENY", "value" : "DENY" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IAMUserAccessToBilling", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IAMUserAccessToBilling", "variableName" : "iamUserAccessToBilling", "variableType" : "IAMUserAccessToBilling", "documentation" : null, "simpleType" : "IAMUserAccessToBilling", "variableSetterType" : "IAMUserAccessToBilling" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidHandshakeTransitionException" : { "c2jName" : "InvalidHandshakeTransitionException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted or accept a handshake that was already declined.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidHandshakeTransitionException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidHandshakeTransitionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidHandshakeTransitionException", "variableName" : "invalidHandshakeTransitionException", "variableType" : "InvalidHandshakeTransitionException", "documentation" : null, "simpleType" : "InvalidHandshakeTransitionException", "variableSetterType" : "InvalidHandshakeTransitionException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidInputException" : { "c2jName" : "InvalidInputException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

                                                                                                                                                                                                                                                                                Some of the reasons in the following list might not be applicable to this specific API or operation:

                                                                                                                                                                                                                                                                                • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and can't be modified.

                                                                                                                                                                                                                                                                                • INPUT_REQUIRED: You must include a value for all required parameters.

                                                                                                                                                                                                                                                                                • INVALID_ENUM: You specified an invalid value.

                                                                                                                                                                                                                                                                                • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

                                                                                                                                                                                                                                                                                • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

                                                                                                                                                                                                                                                                                • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

                                                                                                                                                                                                                                                                                • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

                                                                                                                                                                                                                                                                                • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

                                                                                                                                                                                                                                                                                • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

                                                                                                                                                                                                                                                                                • INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name can't begin with the reserved prefix AWSServiceRoleFor.

                                                                                                                                                                                                                                                                                • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name (ARN) for the organization.

                                                                                                                                                                                                                                                                                • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

                                                                                                                                                                                                                                                                                • INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag. You can’t add, edit, or delete system tag keys because they're reserved for AWS use. System tags don’t count against your tags per resource limit.

                                                                                                                                                                                                                                                                                • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

                                                                                                                                                                                                                                                                                • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

                                                                                                                                                                                                                                                                                • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

                                                                                                                                                                                                                                                                                • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

                                                                                                                                                                                                                                                                                • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

                                                                                                                                                                                                                                                                                • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidInputException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "InvalidInputExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link InvalidInputExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                                                \n@return The value of the Reason property for this object.\n@see InvalidInputExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvalidInputExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "InvalidInputExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvalidInputExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link InvalidInputExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                                                \n@return The value of the Reason property for this object.\n@see InvalidInputExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "InvalidInputExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link InvalidInputExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                                                \n@return The value of the Reason property for this object.\n@see InvalidInputExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvalidInputExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "InvalidInputExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvalidInputExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link InvalidInputExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                                                \n@return The value of the Reason property for this object.\n@see InvalidInputExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "InvalidInputExceptionReason", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link InvalidInputExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                                                \n@return The value of the Reason property for this object.\n@see InvalidInputExceptionReason\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvalidInputExceptionReason\n@deprecated Use {@link #reason(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "InvalidInputExceptionReason", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvalidInputExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n

                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link InvalidInputExceptionReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                                                \n@return The value of the Reason property for this object.\n@see InvalidInputExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidInputException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidInputException", "variableName" : "invalidInputException", "variableType" : "InvalidInputException", "documentation" : null, "simpleType" : "InvalidInputException", "variableSetterType" : "InvalidInputException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidInputExceptionReason" : { "c2jName" : "InvalidInputExceptionReason", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INVALID_PARTY_TYPE_TARGET", "value" : "INVALID_PARTY_TYPE_TARGET" }, { "name" : "INVALID_SYNTAX_ORGANIZATION_ARN", "value" : "INVALID_SYNTAX_ORGANIZATION_ARN" }, { "name" : "INVALID_SYNTAX_POLICY_ID", "value" : "INVALID_SYNTAX_POLICY_ID" }, { "name" : "INVALID_ENUM", "value" : "INVALID_ENUM" }, { "name" : "INVALID_ENUM_POLICY_TYPE", "value" : "INVALID_ENUM_POLICY_TYPE" }, { "name" : "INVALID_LIST_MEMBER", "value" : "INVALID_LIST_MEMBER" }, { "name" : "MAX_LENGTH_EXCEEDED", "value" : "MAX_LENGTH_EXCEEDED" }, { "name" : "MAX_VALUE_EXCEEDED", "value" : "MAX_VALUE_EXCEEDED" }, { "name" : "MIN_LENGTH_EXCEEDED", "value" : "MIN_LENGTH_EXCEEDED" }, { "name" : "MIN_VALUE_EXCEEDED", "value" : "MIN_VALUE_EXCEEDED" }, { "name" : "IMMUTABLE_POLICY", "value" : "IMMUTABLE_POLICY" }, { "name" : "INVALID_PATTERN", "value" : "INVALID_PATTERN" }, { "name" : "INVALID_PATTERN_TARGET_ID", "value" : "INVALID_PATTERN_TARGET_ID" }, { "name" : "INPUT_REQUIRED", "value" : "INPUT_REQUIRED" }, { "name" : "INVALID_NEXT_TOKEN", "value" : "INVALID_NEXT_TOKEN" }, { "name" : "MAX_LIMIT_EXCEEDED_FILTER", "value" : "MAX_LIMIT_EXCEEDED_FILTER" }, { "name" : "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS", "value" : "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS" }, { "name" : "INVALID_FULL_NAME_TARGET", "value" : "INVALID_FULL_NAME_TARGET" }, { "name" : "UNRECOGNIZED_SERVICE_PRINCIPAL", "value" : "UNRECOGNIZED_SERVICE_PRINCIPAL" }, { "name" : "INVALID_ROLE_NAME", "value" : "INVALID_ROLE_NAME" }, { "name" : "INVALID_SYSTEM_TAGS_PARAMETER", "value" : "INVALID_SYSTEM_TAGS_PARAMETER" }, { "name" : "TARGET_NOT_SUPPORTED", "value" : "TARGET_NOT_SUPPORTED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidInputExceptionReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvalidInputExceptionReason", "variableName" : "invalidInputExceptionReason", "variableType" : "InvalidInputExceptionReason", "documentation" : null, "simpleType" : "InvalidInputExceptionReason", "variableSetterType" : "InvalidInputExceptionReason" }, "wrapper" : false, "xmlNamespace" : null }, "InviteAccountToOrganizationRequest" : { "c2jName" : "InviteAccountToOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "InviteAccountToOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.InviteAccountToOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "HandshakeParty", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link HandshakeParty.Builder} avoiding the need to create one manually via {@link HandshakeParty#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeParty.Builder#build()} is called immediately and its result is passed to {@link #target(HandshakeParty)}.\n@param target a consumer that will call methods on {@link HandshakeParty.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(HandshakeParty)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@return The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(HandshakeParty)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@return The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                ", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotes", "beanStyleSetterMethodName" : "setNotes", "c2jName" : "Notes", "c2jShape" : "HandshakeNotes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notes(String)}.\n@param notes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notes(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@return Additional information that you want to include in the generated email to the recipient account owner.\n@deprecated Use {@link #notes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@param notes Additional information that you want to include in the generated email to the recipient account owner.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notes(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Notes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@param notes Additional information that you want to include in the generated email to the recipient account owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@return Additional information that you want to include in the generated email to the recipient account owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Notes", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@param notes Additional information that you want to include in the generated email to the recipient account owner.", "setterMethodName" : "setNotes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Notes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotes", "beanStyleSetterMethodName" : "setNotes", "c2jName" : "Notes", "c2jShape" : "HandshakeNotes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notes(String)}.\n@param notes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notes(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@return Additional information that you want to include in the generated email to the recipient account owner.\n@deprecated Use {@link #notes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@param notes Additional information that you want to include in the generated email to the recipient account owner.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notes(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Notes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@param notes Additional information that you want to include in the generated email to the recipient account owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@return Additional information that you want to include in the generated email to the recipient account owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Notes", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@param notes Additional information that you want to include in the generated email to the recipient account owner.", "setterMethodName" : "setNotes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Target" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "HandshakeParty", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link HandshakeParty.Builder} avoiding the need to create one manually via {@link HandshakeParty#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeParty.Builder#build()} is called immediately and its result is passed to {@link #target(HandshakeParty)}.\n@param target a consumer that will call methods on {@link HandshakeParty.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(HandshakeParty)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@return The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(HandshakeParty)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@return The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                ", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "HandshakeParty", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link HandshakeParty.Builder} avoiding the need to create one manually via {@link HandshakeParty#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeParty.Builder#build()} is called immediately and its result is passed to {@link #target(HandshakeParty)}.\n@param target a consumer that will call methods on {@link HandshakeParty.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(HandshakeParty)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@return The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(HandshakeParty)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@return The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : "

                                                                                                                                                                                                                                                                                The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                                                                                                                                                { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                                                                                                                                                If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                                                                                                                                                --target Id=123456789012,Type=ACCOUNT

                                                                                                                                                                                                                                                                                If you specify \"Type\": \"ACCOUNT\", you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", you must specify the email address that is associated with the account.

                                                                                                                                                                                                                                                                                --target [email protected],Type=EMAIL

                                                                                                                                                                                                                                                                                ", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotes", "beanStyleSetterMethodName" : "setNotes", "c2jName" : "Notes", "c2jShape" : "HandshakeNotes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #notes(String)}.\n@param notes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notes(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@return Additional information that you want to include in the generated email to the recipient account owner.\n@deprecated Use {@link #notes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@param notes Additional information that you want to include in the generated email to the recipient account owner.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notes(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Notes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@param notes Additional information that you want to include in the generated email to the recipient account owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@return Additional information that you want to include in the generated email to the recipient account owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Notes", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                \n@param notes Additional information that you want to include in the generated email to the recipient account owner.", "setterMethodName" : "setNotes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Target" ], "shapeName" : "InviteAccountToOrganizationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InviteAccountToOrganizationRequest", "variableName" : "inviteAccountToOrganizationRequest", "variableType" : "InviteAccountToOrganizationRequest", "documentation" : null, "simpleType" : "InviteAccountToOrganizationRequest", "variableSetterType" : "InviteAccountToOrganizationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "InviteAccountToOrganizationResponse" : { "c2jName" : "InviteAccountToOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the handshake that is created to support this invitation request.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the handshake that is created to support this invitation request.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the handshake that is created to support this invitation request.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the handshake that is created to support this invitation request.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #handshake(Handshake)}.\n@param handshake a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshake(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the handshake that is created to support this invitation request.\n@deprecated Use {@link #handshake()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshake(Handshake)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshake property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshake", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the handshake that is created to support this invitation request.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Handshake", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InviteAccountToOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InviteAccountToOrganizationResponse", "variableName" : "inviteAccountToOrganizationResponse", "variableType" : "InviteAccountToOrganizationResponse", "documentation" : null, "simpleType" : "InviteAccountToOrganizationResponse", "variableSetterType" : "InviteAccountToOrganizationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "LeaveOrganizationRequest" : { "c2jName" : "LeaveOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "LeaveOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.LeaveOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LeaveOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LeaveOrganizationRequest", "variableName" : "leaveOrganizationRequest", "variableType" : "LeaveOrganizationRequest", "documentation" : null, "simpleType" : "LeaveOrganizationRequest", "variableSetterType" : "LeaveOrganizationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "LeaveOrganizationResponse" : { "c2jName" : "LeaveOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LeaveOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LeaveOrganizationResponse", "variableName" : "leaveOrganizationResponse", "variableType" : "LeaveOrganizationResponse", "documentation" : null, "simpleType" : "LeaveOrganizationResponse", "variableSetterType" : "LeaveOrganizationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListAccountsForParentRequest" : { "c2jName" : "ListAccountsForParentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListAccountsForParent", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListAccountsForParent", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParentId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentId" ], "shapeName" : "ListAccountsForParentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAccountsForParentRequest", "variableName" : "listAccountsForParentRequest", "variableType" : "ListAccountsForParentRequest", "documentation" : null, "simpleType" : "ListAccountsForParentRequest", "variableSetterType" : "ListAccountsForParentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListAccountsForParentResponse" : { "c2jName" : "ListAccountsForParentResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #accounts(List)}.\n@param accounts a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accounts(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the accounts in the specified root or OU.\n@deprecated Use {@link #accounts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n@param accounts A list of the accounts in the specified root or OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accounts(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Accounts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccounts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n@param accounts A list of the accounts in the specified root or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the accounts in the specified root or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Account.Builder} avoiding the need to create one manually via {@link Account#builder()}.\n\nWhen the {@link Consumer} completes, {@link Account.Builder#build()} is called immediately and its result is passed to {@link #member(Account)}.\n@param member a consumer that will call methods on {@link Account.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Account)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Account)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Accounts", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n@param accounts A list of the accounts in the specified root or OU.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Accounts" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #accounts(List)}.\n@param accounts a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accounts(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the accounts in the specified root or OU.\n@deprecated Use {@link #accounts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n@param accounts A list of the accounts in the specified root or OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accounts(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Accounts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccounts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n@param accounts A list of the accounts in the specified root or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the accounts in the specified root or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Account.Builder} avoiding the need to create one manually via {@link Account#builder()}.\n\nWhen the {@link Consumer} completes, {@link Account.Builder#build()} is called immediately and its result is passed to {@link #member(Account)}.\n@param member a consumer that will call methods on {@link Account.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Account)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Account)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Accounts", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n@param accounts A list of the accounts in the specified root or OU.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #accounts(List)}.\n@param accounts a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accounts(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the accounts in the specified root or OU.\n@deprecated Use {@link #accounts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n@param accounts A list of the accounts in the specified root or OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accounts(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Accounts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccounts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n@param accounts A list of the accounts in the specified root or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the accounts in the specified root or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Account.Builder} avoiding the need to create one manually via {@link Account#builder()}.\n\nWhen the {@link Consumer} completes, {@link Account.Builder#build()} is called immediately and its result is passed to {@link #member(Account)}.\n@param member a consumer that will call methods on {@link Account.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Account)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Account)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Accounts", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                \n@param accounts A list of the accounts in the specified root or OU.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the accounts in the specified root or OU.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAccountsForParentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAccountsForParentResponse", "variableName" : "listAccountsForParentResponse", "variableType" : "ListAccountsForParentResponse", "documentation" : null, "simpleType" : "ListAccountsForParentResponse", "variableSetterType" : "ListAccountsForParentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListAccountsRequest" : { "c2jName" : "ListAccountsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListAccounts", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListAccounts", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAccountsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAccountsRequest", "variableName" : "listAccountsRequest", "variableType" : "ListAccountsRequest", "documentation" : null, "simpleType" : "ListAccountsRequest", "variableSetterType" : "ListAccountsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListAccountsResponse" : { "c2jName" : "ListAccountsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #accounts(List)}.\n@param accounts a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accounts(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of objects in the organization.\n@deprecated Use {@link #accounts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n@param accounts A list of objects in the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accounts(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Accounts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccounts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n@param accounts A list of objects in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of objects in the organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Account.Builder} avoiding the need to create one manually via {@link Account#builder()}.\n\nWhen the {@link Consumer} completes, {@link Account.Builder#build()} is called immediately and its result is passed to {@link #member(Account)}.\n@param member a consumer that will call methods on {@link Account.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Account)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Account)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Accounts", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n@param accounts A list of objects in the organization.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Accounts" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #accounts(List)}.\n@param accounts a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accounts(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of objects in the organization.\n@deprecated Use {@link #accounts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n@param accounts A list of objects in the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accounts(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Accounts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccounts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n@param accounts A list of objects in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of objects in the organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Account.Builder} avoiding the need to create one manually via {@link Account#builder()}.\n\nWhen the {@link Consumer} completes, {@link Account.Builder#build()} is called immediately and its result is passed to {@link #member(Account)}.\n@param member a consumer that will call methods on {@link Account.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Account)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Account)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Accounts", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n@param accounts A list of objects in the organization.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #accounts(List)}.\n@param accounts a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accounts(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of objects in the organization.\n@deprecated Use {@link #accounts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n@param accounts A list of objects in the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accounts(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Accounts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccounts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n@param accounts A list of objects in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasAccounts()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of objects in the organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Account.Builder} avoiding the need to create one manually via {@link Account#builder()}.\n\nWhen the {@link Consumer} completes, {@link Account.Builder#build()} is called immediately and its result is passed to {@link #member(Account)}.\n@param member a consumer that will call methods on {@link Account.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Account)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Account)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Accounts", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                \n@param accounts A list of objects in the organization.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                A list of objects in the organization.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAccountsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAccountsResponse", "variableName" : "listAccountsResponse", "variableType" : "ListAccountsResponse", "documentation" : null, "simpleType" : "ListAccountsResponse", "variableSetterType" : "ListAccountsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListAwsServiceAccessForOrganizationRequest" : { "c2jName" : "ListAWSServiceAccessForOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListAWSServiceAccessForOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListAWSServiceAccessForOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAwsServiceAccessForOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAwsServiceAccessForOrganizationRequest", "variableName" : "listAwsServiceAccessForOrganizationRequest", "variableType" : "ListAwsServiceAccessForOrganizationRequest", "documentation" : null, "simpleType" : "ListAwsServiceAccessForOrganizationRequest", "variableSetterType" : "ListAwsServiceAccessForOrganizationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListAwsServiceAccessForOrganizationResponse" : { "c2jName" : "ListAWSServiceAccessForOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnabledServicePrincipals", "beanStyleSetterMethodName" : "setEnabledServicePrincipals", "c2jName" : "EnabledServicePrincipals", "c2jShape" : "EnabledServicePrincipals", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #enabledServicePrincipals(List)}.\n@param enabledServicePrincipals a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabledServicePrincipals(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasEnabledServicePrincipals()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.\n@deprecated Use {@link #enabledServicePrincipals()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n@param enabledServicePrincipals A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabledServicePrincipals(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnabledServicePrincipals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabledServicePrincipals", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabledServicePrincipals", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n@param enabledServicePrincipals A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabledServicePrincipals", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasEnabledServicePrincipals()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnabledServicePrincipals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EnabledServicePrincipals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EnabledServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EnabledServicePrincipal.Builder} avoiding the need to create one manually via {@link EnabledServicePrincipal#builder()}.\n\nWhen the {@link Consumer} completes, {@link EnabledServicePrincipal.Builder#build()} is called immediately and its result is passed to {@link #member(EnabledServicePrincipal)}.\n@param member a consumer that will call methods on {@link EnabledServicePrincipal.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EnabledServicePrincipal)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EnabledServicePrincipal)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EnabledServicePrincipal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EnabledServicePrincipal", "variableName" : "member", "variableType" : "EnabledServicePrincipal", "documentation" : null, "simpleType" : "EnabledServicePrincipal", "variableSetterType" : "EnabledServicePrincipal" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EnabledServicePrincipal", "variableName" : "member", "variableType" : "EnabledServicePrincipal", "documentation" : "", "simpleType" : "EnabledServicePrincipal", "variableSetterType" : "EnabledServicePrincipal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnabledServicePrincipal", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EnabledServicePrincipal", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EnabledServicePrincipals", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n@param enabledServicePrincipals A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.", "setterMethodName" : "setEnabledServicePrincipals", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "enabledServicePrincipals", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "enabledServicePrincipals", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EnabledServicePrincipals" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnabledServicePrincipals", "beanStyleSetterMethodName" : "setEnabledServicePrincipals", "c2jName" : "EnabledServicePrincipals", "c2jShape" : "EnabledServicePrincipals", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #enabledServicePrincipals(List)}.\n@param enabledServicePrincipals a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabledServicePrincipals(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasEnabledServicePrincipals()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.\n@deprecated Use {@link #enabledServicePrincipals()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n@param enabledServicePrincipals A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabledServicePrincipals(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnabledServicePrincipals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabledServicePrincipals", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabledServicePrincipals", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n@param enabledServicePrincipals A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabledServicePrincipals", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasEnabledServicePrincipals()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnabledServicePrincipals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EnabledServicePrincipals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EnabledServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EnabledServicePrincipal.Builder} avoiding the need to create one manually via {@link EnabledServicePrincipal#builder()}.\n\nWhen the {@link Consumer} completes, {@link EnabledServicePrincipal.Builder#build()} is called immediately and its result is passed to {@link #member(EnabledServicePrincipal)}.\n@param member a consumer that will call methods on {@link EnabledServicePrincipal.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EnabledServicePrincipal)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EnabledServicePrincipal)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EnabledServicePrincipal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EnabledServicePrincipal", "variableName" : "member", "variableType" : "EnabledServicePrincipal", "documentation" : null, "simpleType" : "EnabledServicePrincipal", "variableSetterType" : "EnabledServicePrincipal" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EnabledServicePrincipal", "variableName" : "member", "variableType" : "EnabledServicePrincipal", "documentation" : "", "simpleType" : "EnabledServicePrincipal", "variableSetterType" : "EnabledServicePrincipal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnabledServicePrincipal", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EnabledServicePrincipal", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EnabledServicePrincipals", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n@param enabledServicePrincipals A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.", "setterMethodName" : "setEnabledServicePrincipals", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "enabledServicePrincipals", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "enabledServicePrincipals", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnabledServicePrincipals", "beanStyleSetterMethodName" : "setEnabledServicePrincipals", "c2jName" : "EnabledServicePrincipals", "c2jShape" : "EnabledServicePrincipals", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #enabledServicePrincipals(List)}.\n@param enabledServicePrincipals a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabledServicePrincipals(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasEnabledServicePrincipals()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.\n@deprecated Use {@link #enabledServicePrincipals()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n@param enabledServicePrincipals A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabledServicePrincipals(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnabledServicePrincipals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabledServicePrincipals", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabledServicePrincipals", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n@param enabledServicePrincipals A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabledServicePrincipals", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                \nYou can use {@link #hasEnabledServicePrincipals()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                \n@return A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EnabledServicePrincipals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EnabledServicePrincipals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EnabledServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EnabledServicePrincipal.Builder} avoiding the need to create one manually via {@link EnabledServicePrincipal#builder()}.\n\nWhen the {@link Consumer} completes, {@link EnabledServicePrincipal.Builder#build()} is called immediately and its result is passed to {@link #member(EnabledServicePrincipal)}.\n@param member a consumer that will call methods on {@link EnabledServicePrincipal.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EnabledServicePrincipal)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EnabledServicePrincipal)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EnabledServicePrincipal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EnabledServicePrincipal", "variableName" : "member", "variableType" : "EnabledServicePrincipal", "documentation" : null, "simpleType" : "EnabledServicePrincipal", "variableSetterType" : "EnabledServicePrincipal" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EnabledServicePrincipal", "variableName" : "member", "variableType" : "EnabledServicePrincipal", "documentation" : "", "simpleType" : "EnabledServicePrincipal", "variableSetterType" : "EnabledServicePrincipal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EnabledServicePrincipal", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EnabledServicePrincipal", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EnabledServicePrincipals", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                \n@param enabledServicePrincipals A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.", "setterMethodName" : "setEnabledServicePrincipals", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "enabledServicePrincipals", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "enabledServicePrincipals", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAwsServiceAccessForOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAwsServiceAccessForOrganizationResponse", "variableName" : "listAwsServiceAccessForOrganizationResponse", "variableType" : "ListAwsServiceAccessForOrganizationResponse", "documentation" : null, "simpleType" : "ListAwsServiceAccessForOrganizationResponse", "variableSetterType" : "ListAwsServiceAccessForOrganizationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListChildrenRequest" : { "c2jName" : "ListChildrenRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListChildren", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListChildren", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                • \n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                    The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                    The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                    \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                      The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                      \n@return The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                        The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                        \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChildType", "beanStyleSetterMethodName" : "setChildType", "c2jName" : "ChildType", "c2jShape" : "ChildType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #childTypeAsString(String)}.\n@param childType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #childType} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #childTypeAsString}.\n

                                                                                                                                                                                                                                                                                          \n@return Filters the output to include only the specified child type.\n@see ChildType\n@deprecated Use {@link #childTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n@param childType Filters the output to include only the specified child type.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType\n@deprecated Use {@link #childType(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ChildType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChildType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChildType", "fluentEnumGetterMethodName" : "childType", "fluentEnumSetterMethodName" : "childType", "fluentGetterMethodName" : "childTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n@param childType Filters the output to include only the specified child type.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "childType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #childType} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #childTypeAsString}.\n

                                                                                                                                                                                                                                                                                          \n@return Filters the output to include only the specified child type.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChildType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChildType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n@param childType Filters the output to include only the specified child type.\n@see ChildType", "setterMethodName" : "setChildType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChildType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChildType", "beanStyleSetterMethodName" : "setChildType", "c2jName" : "ChildType", "c2jShape" : "ChildType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #childTypeAsString(String)}.\n@param childType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #childType} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #childTypeAsString}.\n

                                                                                                                                                                                                                                                                                          \n@return Filters the output to include only the specified child type.\n@see ChildType\n@deprecated Use {@link #childTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n@param childType Filters the output to include only the specified child type.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType\n@deprecated Use {@link #childType(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ChildType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChildType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChildType", "fluentEnumGetterMethodName" : "childType", "fluentEnumSetterMethodName" : "childType", "fluentGetterMethodName" : "childTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n@param childType Filters the output to include only the specified child type.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "childType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #childType} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #childTypeAsString}.\n

                                                                                                                                                                                                                                                                                          \n@return Filters the output to include only the specified child type.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChildType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChildType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          \n@param childType Filters the output to include only the specified child type.\n@see ChildType", "setterMethodName" : "setChildType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParentId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                          The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                          \n@return The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                          • \n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                            \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                              The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                              The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                              \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                    The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                    The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                    The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                    • \n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                      The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                      \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                        The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                        \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                          The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                          \n@return The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                            The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                            \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChildType", "beanStyleSetterMethodName" : "setChildType", "c2jName" : "ChildType", "c2jShape" : "ChildType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #childTypeAsString(String)}.\n@param childType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #childType} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #childTypeAsString}.\n

                                                                                                                                                                                                                                                                                                              \n@return Filters the output to include only the specified child type.\n@see ChildType\n@deprecated Use {@link #childTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                                              \n@param childType Filters the output to include only the specified child type.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType\n@deprecated Use {@link #childType(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "ChildType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChildType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChildType", "fluentEnumGetterMethodName" : "childType", "fluentEnumSetterMethodName" : "childType", "fluentGetterMethodName" : "childTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                                              \n@param childType Filters the output to include only the specified child type.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "childType", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #childType} will return {@link ChildType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #childTypeAsString}.\n

                                                                                                                                                                                                                                                                                                              \n@return Filters the output to include only the specified child type.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChildType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChildType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                                              \n@param childType Filters the output to include only the specified child type.\n@see ChildType", "setterMethodName" : "setChildType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              Filters the output to include only the specified child type.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentId", "ChildType" ], "shapeName" : "ListChildrenRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListChildrenRequest", "variableName" : "listChildrenRequest", "variableType" : "ListChildrenRequest", "documentation" : null, "simpleType" : "ListChildrenRequest", "variableSetterType" : "ListChildrenRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListChildrenResponse" : { "c2jName" : "ListChildrenResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "Children", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #children(List)}.\n@param children a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #children(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasChildren()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of children of the specified parent container.\n@deprecated Use {@link #children()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n@param children The list of children of the specified parent container.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #children(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Children property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChildren", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n@param children The list of children of the specified parent container.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasChildren()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of children of the specified parent container.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Children", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Child", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Child.Builder} avoiding the need to create one manually via {@link Child#builder()}.\n\nWhen the {@link Consumer} completes, {@link Child.Builder#build()} is called immediately and its result is passed to {@link #member(Child)}.\n@param member a consumer that will call methods on {@link Child.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Child)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Child)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Child", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : null, "simpleType" : "Child", "variableSetterType" : "Child" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : "", "simpleType" : "Child", "variableSetterType" : "Child" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Child", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Child", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Children", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n@param children The list of children of the specified parent container.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Children" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "Children", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #children(List)}.\n@param children a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #children(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasChildren()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of children of the specified parent container.\n@deprecated Use {@link #children()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n@param children The list of children of the specified parent container.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #children(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Children property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChildren", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n@param children The list of children of the specified parent container.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasChildren()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of children of the specified parent container.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Children", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Child", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Child.Builder} avoiding the need to create one manually via {@link Child#builder()}.\n\nWhen the {@link Consumer} completes, {@link Child.Builder#build()} is called immediately and its result is passed to {@link #member(Child)}.\n@param member a consumer that will call methods on {@link Child.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Child)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Child)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Child", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : null, "simpleType" : "Child", "variableSetterType" : "Child" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : "", "simpleType" : "Child", "variableSetterType" : "Child" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Child", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Child", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Children", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n@param children The list of children of the specified parent container.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "Children", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #children(List)}.\n@param children a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #children(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasChildren()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of children of the specified parent container.\n@deprecated Use {@link #children()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n@param children The list of children of the specified parent container.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #children(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Children property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChildren", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n@param children The list of children of the specified parent container.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasChildren()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of children of the specified parent container.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Children", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Child", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Child.Builder} avoiding the need to create one manually via {@link Child#builder()}.\n\nWhen the {@link Consumer} completes, {@link Child.Builder#build()} is called immediately and its result is passed to {@link #member(Child)}.\n@param member a consumer that will call methods on {@link Child.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Child)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Child)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Child", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : null, "simpleType" : "Child", "variableSetterType" : "Child" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : "", "simpleType" : "Child", "variableSetterType" : "Child" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Child", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Child", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Children", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              \n@param children The list of children of the specified parent container.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of children of the specified parent container.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListChildrenResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListChildrenResponse", "variableName" : "listChildrenResponse", "variableType" : "ListChildrenResponse", "documentation" : null, "simpleType" : "ListChildrenResponse", "variableSetterType" : "ListChildrenResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListCreateAccountStatusRequest" : { "c2jName" : "ListCreateAccountStatusRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListCreateAccountStatus", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListCreateAccountStatus", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getStates", "beanStyleSetterMethodName" : "setStates", "c2jName" : "States", "c2jShape" : "CreateAccountStates", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #statesAsStrings(List)}.\n@param states a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statesWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasStates()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.\n@deprecated Use {@link #statesAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n@param states A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statesWithStrings(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the States property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStates", "fluentEnumGetterMethodName" : "states", "fluentEnumSetterMethodName" : "states", "fluentGetterMethodName" : "statesAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n@param states A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statesWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasStates()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "States", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "States", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountState", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                                                                                                              \n@return The value of the Member property for this object.\n@see CreateAccountState\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "CreateAccountState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                                                                                                              \n@return The value of the Member property for this object.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "States", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n@param states A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.", "setterMethodName" : "setStates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "States" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getStates", "beanStyleSetterMethodName" : "setStates", "c2jName" : "States", "c2jShape" : "CreateAccountStates", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #statesAsStrings(List)}.\n@param states a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statesWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasStates()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.\n@deprecated Use {@link #statesAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n@param states A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statesWithStrings(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the States property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStates", "fluentEnumGetterMethodName" : "states", "fluentEnumSetterMethodName" : "states", "fluentGetterMethodName" : "statesAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n@param states A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statesWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasStates()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "States", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "States", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountState", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                                                                                                              \n@return The value of the Member property for this object.\n@see CreateAccountState\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "CreateAccountState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                                                                                                              \n@return The value of the Member property for this object.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "States", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n@param states A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.", "setterMethodName" : "setStates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getStates", "beanStyleSetterMethodName" : "setStates", "c2jName" : "States", "c2jShape" : "CreateAccountStates", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #statesAsStrings(List)}.\n@param states a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statesWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasStates()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.\n@deprecated Use {@link #statesAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n@param states A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statesWithStrings(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the States property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStates", "fluentEnumGetterMethodName" : "states", "fluentEnumSetterMethodName" : "states", "fluentGetterMethodName" : "statesAsStrings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n@param states A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statesWithStrings", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasStates()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "States", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "States", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountState", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                                                                                                              \n@return The value of the Member property for this object.\n@see CreateAccountState\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "CreateAccountState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link CreateAccountState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                                                                                                                                                                                                                                                                              \n@return The value of the Member property for this object.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "States", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              \n@param states A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.", "setterMethodName" : "setStates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of one or more states that you want included in the response. If this parameter isn't present, all requests are included in the response.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCreateAccountStatusRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListCreateAccountStatusRequest", "variableName" : "listCreateAccountStatusRequest", "variableType" : "ListCreateAccountStatusRequest", "documentation" : null, "simpleType" : "ListCreateAccountStatusRequest", "variableSetterType" : "ListCreateAccountStatusRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListCreateAccountStatusResponse" : { "c2jName" : "ListCreateAccountStatusResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCreateAccountStatuses", "beanStyleSetterMethodName" : "setCreateAccountStatuses", "c2jName" : "CreateAccountStatuses", "c2jShape" : "CreateAccountStatuses", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatuses(List)}.\n@param createAccountStatuses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatuses(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasCreateAccountStatuses()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@deprecated Use {@link #createAccountStatuses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatuses(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatuses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatuses", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatuses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatuses", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasCreateAccountStatuses()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatuses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #member(CreateAccountStatus)}.\n@param member a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CreateAccountStatus)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : "", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateAccountStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateAccountStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CreateAccountStatuses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "setterMethodName" : "setCreateAccountStatuses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateAccountStatuses" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCreateAccountStatuses", "beanStyleSetterMethodName" : "setCreateAccountStatuses", "c2jName" : "CreateAccountStatuses", "c2jShape" : "CreateAccountStatuses", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatuses(List)}.\n@param createAccountStatuses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatuses(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasCreateAccountStatuses()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@deprecated Use {@link #createAccountStatuses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatuses(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatuses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatuses", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatuses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatuses", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasCreateAccountStatuses()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatuses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #member(CreateAccountStatus)}.\n@param member a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CreateAccountStatus)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : "", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateAccountStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateAccountStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CreateAccountStatuses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "setterMethodName" : "setCreateAccountStatuses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCreateAccountStatuses", "beanStyleSetterMethodName" : "setCreateAccountStatuses", "c2jName" : "CreateAccountStatuses", "c2jShape" : "CreateAccountStatuses", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #createAccountStatuses(List)}.\n@param createAccountStatuses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createAccountStatuses(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasCreateAccountStatuses()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@deprecated Use {@link #createAccountStatuses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createAccountStatuses(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateAccountStatuses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateAccountStatuses", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createAccountStatuses", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatuses", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasCreateAccountStatuses()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatuses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateAccountStatus.Builder} avoiding the need to create one manually via {@link CreateAccountStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateAccountStatus.Builder#build()} is called immediately and its result is passed to {@link #member(CreateAccountStatus)}.\n@param member a consumer that will call methods on {@link CreateAccountStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreateAccountStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CreateAccountStatus)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : "", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateAccountStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateAccountStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CreateAccountStatuses", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "setterMethodName" : "setCreateAccountStatuses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCreateAccountStatusResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListCreateAccountStatusResponse", "variableName" : "listCreateAccountStatusResponse", "variableType" : "ListCreateAccountStatusResponse", "documentation" : null, "simpleType" : "ListCreateAccountStatusResponse", "variableSetterType" : "ListCreateAccountStatusResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListDelegatedAdministratorsRequest" : { "c2jName" : "ListDelegatedAdministratorsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListDelegatedAdministrators", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListDelegatedAdministrators", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@return Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@param servicePrincipal Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@param servicePrincipal Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@return Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@param servicePrincipal Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServicePrincipal" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@return Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@param servicePrincipal Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@param servicePrincipal Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@return Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@param servicePrincipal Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@return Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@param servicePrincipal Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@param servicePrincipal Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@return Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              \n@param servicePrincipal Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service.

                                                                                                                                                                                                                                                                                                              If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDelegatedAdministratorsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDelegatedAdministratorsRequest", "variableName" : "listDelegatedAdministratorsRequest", "variableType" : "ListDelegatedAdministratorsRequest", "documentation" : null, "simpleType" : "ListDelegatedAdministratorsRequest", "variableSetterType" : "ListDelegatedAdministratorsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListDelegatedAdministratorsResponse" : { "c2jName" : "ListDelegatedAdministratorsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDelegatedAdministrators", "beanStyleSetterMethodName" : "setDelegatedAdministrators", "c2jName" : "DelegatedAdministrators", "c2jShape" : "DelegatedAdministrators", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #delegatedAdministrators(List)}.\n@param delegatedAdministrators a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegatedAdministrators(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedAdministrators()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of delegated administrators in your organization.\n@deprecated Use {@link #delegatedAdministrators()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n@param delegatedAdministrators The list of delegated administrators in your organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegatedAdministrators(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegatedAdministrators property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegatedAdministrators", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegatedAdministrators", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n@param delegatedAdministrators The list of delegated administrators in your organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegatedAdministrators", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedAdministrators()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of delegated administrators in your organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegatedAdministrators", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegatedAdministrators", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DelegatedAdministrator", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DelegatedAdministrator.Builder} avoiding the need to create one manually via {@link DelegatedAdministrator#builder()}.\n\nWhen the {@link Consumer} completes, {@link DelegatedAdministrator.Builder#build()} is called immediately and its result is passed to {@link #member(DelegatedAdministrator)}.\n@param member a consumer that will call methods on {@link DelegatedAdministrator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DelegatedAdministrator)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(DelegatedAdministrator)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DelegatedAdministrator", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DelegatedAdministrator", "variableName" : "member", "variableType" : "DelegatedAdministrator", "documentation" : null, "simpleType" : "DelegatedAdministrator", "variableSetterType" : "DelegatedAdministrator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DelegatedAdministrator", "variableName" : "member", "variableType" : "DelegatedAdministrator", "documentation" : "", "simpleType" : "DelegatedAdministrator", "variableSetterType" : "DelegatedAdministrator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DelegatedAdministrator", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DelegatedAdministrator", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DelegatedAdministrators", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n@param delegatedAdministrators The list of delegated administrators in your organization.", "setterMethodName" : "setDelegatedAdministrators", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedAdministrators", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedAdministrators", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelegatedAdministrators" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDelegatedAdministrators", "beanStyleSetterMethodName" : "setDelegatedAdministrators", "c2jName" : "DelegatedAdministrators", "c2jShape" : "DelegatedAdministrators", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #delegatedAdministrators(List)}.\n@param delegatedAdministrators a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegatedAdministrators(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedAdministrators()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of delegated administrators in your organization.\n@deprecated Use {@link #delegatedAdministrators()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n@param delegatedAdministrators The list of delegated administrators in your organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegatedAdministrators(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegatedAdministrators property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegatedAdministrators", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegatedAdministrators", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n@param delegatedAdministrators The list of delegated administrators in your organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegatedAdministrators", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedAdministrators()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of delegated administrators in your organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegatedAdministrators", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegatedAdministrators", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DelegatedAdministrator", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DelegatedAdministrator.Builder} avoiding the need to create one manually via {@link DelegatedAdministrator#builder()}.\n\nWhen the {@link Consumer} completes, {@link DelegatedAdministrator.Builder#build()} is called immediately and its result is passed to {@link #member(DelegatedAdministrator)}.\n@param member a consumer that will call methods on {@link DelegatedAdministrator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DelegatedAdministrator)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(DelegatedAdministrator)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DelegatedAdministrator", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DelegatedAdministrator", "variableName" : "member", "variableType" : "DelegatedAdministrator", "documentation" : null, "simpleType" : "DelegatedAdministrator", "variableSetterType" : "DelegatedAdministrator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DelegatedAdministrator", "variableName" : "member", "variableType" : "DelegatedAdministrator", "documentation" : "", "simpleType" : "DelegatedAdministrator", "variableSetterType" : "DelegatedAdministrator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DelegatedAdministrator", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DelegatedAdministrator", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DelegatedAdministrators", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n@param delegatedAdministrators The list of delegated administrators in your organization.", "setterMethodName" : "setDelegatedAdministrators", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedAdministrators", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedAdministrators", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDelegatedAdministrators", "beanStyleSetterMethodName" : "setDelegatedAdministrators", "c2jName" : "DelegatedAdministrators", "c2jShape" : "DelegatedAdministrators", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #delegatedAdministrators(List)}.\n@param delegatedAdministrators a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegatedAdministrators(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedAdministrators()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of delegated administrators in your organization.\n@deprecated Use {@link #delegatedAdministrators()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n@param delegatedAdministrators The list of delegated administrators in your organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegatedAdministrators(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegatedAdministrators property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegatedAdministrators", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegatedAdministrators", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n@param delegatedAdministrators The list of delegated administrators in your organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegatedAdministrators", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedAdministrators()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The list of delegated administrators in your organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegatedAdministrators", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegatedAdministrators", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DelegatedAdministrator", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DelegatedAdministrator.Builder} avoiding the need to create one manually via {@link DelegatedAdministrator#builder()}.\n\nWhen the {@link Consumer} completes, {@link DelegatedAdministrator.Builder#build()} is called immediately and its result is passed to {@link #member(DelegatedAdministrator)}.\n@param member a consumer that will call methods on {@link DelegatedAdministrator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DelegatedAdministrator)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(DelegatedAdministrator)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DelegatedAdministrator", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DelegatedAdministrator", "variableName" : "member", "variableType" : "DelegatedAdministrator", "documentation" : null, "simpleType" : "DelegatedAdministrator", "variableSetterType" : "DelegatedAdministrator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DelegatedAdministrator", "variableName" : "member", "variableType" : "DelegatedAdministrator", "documentation" : "", "simpleType" : "DelegatedAdministrator", "variableSetterType" : "DelegatedAdministrator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DelegatedAdministrator", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DelegatedAdministrator", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DelegatedAdministrators", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              \n@param delegatedAdministrators The list of delegated administrators in your organization.", "setterMethodName" : "setDelegatedAdministrators", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedAdministrators", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedAdministrators", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The list of delegated administrators in your organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDelegatedAdministratorsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDelegatedAdministratorsResponse", "variableName" : "listDelegatedAdministratorsResponse", "variableType" : "ListDelegatedAdministratorsResponse", "documentation" : null, "simpleType" : "ListDelegatedAdministratorsResponse", "variableSetterType" : "ListDelegatedAdministratorsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListDelegatedServicesForAccountRequest" : { "c2jName" : "ListDelegatedServicesForAccountRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListDelegatedServicesForAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListDelegatedServicesForAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@return The account ID number of a delegated administrator account in the organization.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@param accountId The account ID number of a delegated administrator account in the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@param accountId The account ID number of a delegated administrator account in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@return The account ID number of a delegated administrator account in the organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@param accountId The account ID number of a delegated administrator account in the organization.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@return The account ID number of a delegated administrator account in the organization.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@param accountId The account ID number of a delegated administrator account in the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@param accountId The account ID number of a delegated administrator account in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@return The account ID number of a delegated administrator account in the organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@param accountId The account ID number of a delegated administrator account in the organization.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@return The account ID number of a delegated administrator account in the organization.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@param accountId The account ID number of a delegated administrator account in the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@param accountId The account ID number of a delegated administrator account in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@return The account ID number of a delegated administrator account in the organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              \n@param accountId The account ID number of a delegated administrator account in the organization.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The account ID number of a delegated administrator account in the organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId" ], "shapeName" : "ListDelegatedServicesForAccountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDelegatedServicesForAccountRequest", "variableName" : "listDelegatedServicesForAccountRequest", "variableType" : "ListDelegatedServicesForAccountRequest", "documentation" : null, "simpleType" : "ListDelegatedServicesForAccountRequest", "variableSetterType" : "ListDelegatedServicesForAccountRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListDelegatedServicesForAccountResponse" : { "c2jName" : "ListDelegatedServicesForAccountResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDelegatedServices", "beanStyleSetterMethodName" : "setDelegatedServices", "c2jName" : "DelegatedServices", "c2jShape" : "DelegatedServices", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #delegatedServices(List)}.\n@param delegatedServices a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegatedServices(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedServices()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The services for which the account is a delegated administrator.\n@deprecated Use {@link #delegatedServices()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n@param delegatedServices The services for which the account is a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegatedServices(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegatedServices property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegatedServices", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegatedServices", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n@param delegatedServices The services for which the account is a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegatedServices", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedServices()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The services for which the account is a delegated administrator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegatedServices", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegatedServices", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DelegatedService", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DelegatedService.Builder} avoiding the need to create one manually via {@link DelegatedService#builder()}.\n\nWhen the {@link Consumer} completes, {@link DelegatedService.Builder#build()} is called immediately and its result is passed to {@link #member(DelegatedService)}.\n@param member a consumer that will call methods on {@link DelegatedService.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DelegatedService)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(DelegatedService)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DelegatedService", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DelegatedService", "variableName" : "member", "variableType" : "DelegatedService", "documentation" : null, "simpleType" : "DelegatedService", "variableSetterType" : "DelegatedService" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DelegatedService", "variableName" : "member", "variableType" : "DelegatedService", "documentation" : "", "simpleType" : "DelegatedService", "variableSetterType" : "DelegatedService" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DelegatedService", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DelegatedService", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DelegatedServices", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n@param delegatedServices The services for which the account is a delegated administrator.", "setterMethodName" : "setDelegatedServices", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedServices", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedServices", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DelegatedServices" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDelegatedServices", "beanStyleSetterMethodName" : "setDelegatedServices", "c2jName" : "DelegatedServices", "c2jShape" : "DelegatedServices", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #delegatedServices(List)}.\n@param delegatedServices a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegatedServices(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedServices()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The services for which the account is a delegated administrator.\n@deprecated Use {@link #delegatedServices()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n@param delegatedServices The services for which the account is a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegatedServices(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegatedServices property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegatedServices", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegatedServices", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n@param delegatedServices The services for which the account is a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegatedServices", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedServices()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The services for which the account is a delegated administrator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegatedServices", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegatedServices", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DelegatedService", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DelegatedService.Builder} avoiding the need to create one manually via {@link DelegatedService#builder()}.\n\nWhen the {@link Consumer} completes, {@link DelegatedService.Builder#build()} is called immediately and its result is passed to {@link #member(DelegatedService)}.\n@param member a consumer that will call methods on {@link DelegatedService.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DelegatedService)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(DelegatedService)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DelegatedService", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DelegatedService", "variableName" : "member", "variableType" : "DelegatedService", "documentation" : null, "simpleType" : "DelegatedService", "variableSetterType" : "DelegatedService" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DelegatedService", "variableName" : "member", "variableType" : "DelegatedService", "documentation" : "", "simpleType" : "DelegatedService", "variableSetterType" : "DelegatedService" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DelegatedService", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DelegatedService", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DelegatedServices", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n@param delegatedServices The services for which the account is a delegated administrator.", "setterMethodName" : "setDelegatedServices", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedServices", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedServices", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDelegatedServices", "beanStyleSetterMethodName" : "setDelegatedServices", "c2jName" : "DelegatedServices", "c2jShape" : "DelegatedServices", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #delegatedServices(List)}.\n@param delegatedServices a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #delegatedServices(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedServices()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The services for which the account is a delegated administrator.\n@deprecated Use {@link #delegatedServices()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n@param delegatedServices The services for which the account is a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #delegatedServices(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DelegatedServices property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDelegatedServices", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "delegatedServices", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n@param delegatedServices The services for which the account is a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "delegatedServices", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasDelegatedServices()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return The services for which the account is a delegated administrator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DelegatedServices", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DelegatedServices", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DelegatedService", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DelegatedService.Builder} avoiding the need to create one manually via {@link DelegatedService#builder()}.\n\nWhen the {@link Consumer} completes, {@link DelegatedService.Builder#build()} is called immediately and its result is passed to {@link #member(DelegatedService)}.\n@param member a consumer that will call methods on {@link DelegatedService.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DelegatedService)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(DelegatedService)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DelegatedService", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DelegatedService", "variableName" : "member", "variableType" : "DelegatedService", "documentation" : null, "simpleType" : "DelegatedService", "variableSetterType" : "DelegatedService" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DelegatedService", "variableName" : "member", "variableType" : "DelegatedService", "documentation" : "", "simpleType" : "DelegatedService", "variableSetterType" : "DelegatedService" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DelegatedService", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DelegatedService", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DelegatedServices", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              \n@param delegatedServices The services for which the account is a delegated administrator.", "setterMethodName" : "setDelegatedServices", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedServices", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "delegatedServices", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              The services for which the account is a delegated administrator.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDelegatedServicesForAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDelegatedServicesForAccountResponse", "variableName" : "listDelegatedServicesForAccountResponse", "variableType" : "ListDelegatedServicesForAccountResponse", "documentation" : null, "simpleType" : "ListDelegatedServicesForAccountResponse", "variableSetterType" : "ListDelegatedServicesForAccountResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListHandshakesForAccountRequest" : { "c2jName" : "ListHandshakesForAccountRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListHandshakesForAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListHandshakesForAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link HandshakeFilter.Builder} avoiding the need to create one manually via {@link HandshakeFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(HandshakeFilter)}.\n@param filter a consumer that will call methods on {@link HandshakeFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(HandshakeFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(HandshakeFilter)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link HandshakeFilter.Builder} avoiding the need to create one manually via {@link HandshakeFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(HandshakeFilter)}.\n@param filter a consumer that will call methods on {@link HandshakeFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(HandshakeFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(HandshakeFilter)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link HandshakeFilter.Builder} avoiding the need to create one manually via {@link HandshakeFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(HandshakeFilter)}.\n@param filter a consumer that will call methods on {@link HandshakeFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(HandshakeFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(HandshakeFilter)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                                                                                                                                                              Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE_ALL_FEATURES, or APPROVE_ALL_FEATURES. Alternatively, for the ENABLE_ALL_FEATURES handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListHandshakesForAccountRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListHandshakesForAccountRequest", "variableName" : "listHandshakesForAccountRequest", "variableType" : "ListHandshakesForAccountRequest", "documentation" : null, "simpleType" : "ListHandshakesForAccountRequest", "variableSetterType" : "ListHandshakesForAccountRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListHandshakesForAccountResponse" : { "c2jName" : "ListHandshakesForAccountResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #handshakes(List)}.\n@param handshakes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@deprecated Use {@link #handshakes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshakes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #member(Handshake)}.\n@param member a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Handshake)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Handshakes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshakes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #handshakes(List)}.\n@param handshakes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@deprecated Use {@link #handshakes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshakes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #member(Handshake)}.\n@param member a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Handshake)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Handshakes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #handshakes(List)}.\n@param handshakes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@deprecated Use {@link #handshakes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshakes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #member(Handshake)}.\n@param member a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Handshake)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Handshakes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListHandshakesForAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListHandshakesForAccountResponse", "variableName" : "listHandshakesForAccountResponse", "variableType" : "ListHandshakesForAccountResponse", "documentation" : null, "simpleType" : "ListHandshakesForAccountResponse", "variableSetterType" : "ListHandshakesForAccountResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListHandshakesForOrganizationRequest" : { "c2jName" : "ListHandshakesForOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListHandshakesForOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListHandshakesForOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link HandshakeFilter.Builder} avoiding the need to create one manually via {@link HandshakeFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(HandshakeFilter)}.\n@param filter a consumer that will call methods on {@link HandshakeFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(HandshakeFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(HandshakeFilter)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link HandshakeFilter.Builder} avoiding the need to create one manually via {@link HandshakeFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(HandshakeFilter)}.\n@param filter a consumer that will call methods on {@link HandshakeFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(HandshakeFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(HandshakeFilter)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link HandshakeFilter.Builder} avoiding the need to create one manually via {@link HandshakeFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link HandshakeFilter.Builder#build()} is called immediately and its result is passed to {@link #filter(HandshakeFilter)}.\n@param filter a consumer that will call methods on {@link HandshakeFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(HandshakeFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@deprecated Use {@link #filter()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filter(HandshakeFilter)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@return A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                                                                                                                                                              A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                              The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListHandshakesForOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListHandshakesForOrganizationRequest", "variableName" : "listHandshakesForOrganizationRequest", "variableType" : "ListHandshakesForOrganizationRequest", "documentation" : null, "simpleType" : "ListHandshakesForOrganizationRequest", "variableSetterType" : "ListHandshakesForOrganizationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListHandshakesForOrganizationResponse" : { "c2jName" : "ListHandshakesForOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #handshakes(List)}.\n@param handshakes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@deprecated Use {@link #handshakes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshakes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #member(Handshake)}.\n@param member a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Handshake)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Handshakes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshakes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #handshakes(List)}.\n@param handshakes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@deprecated Use {@link #handshakes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshakes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #member(Handshake)}.\n@param member a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Handshake)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Handshakes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #handshakes(List)}.\n@param handshakes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #handshakes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@deprecated Use {@link #handshakes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #handshakes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Handshakes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHandshakes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                              \nYou can use {@link #hasHandshakes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                              \n@return A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Handshake.Builder} avoiding the need to create one manually via {@link Handshake#builder()}.\n\nWhen the {@link Consumer} completes, {@link Handshake.Builder#build()} is called immediately and its result is passed to {@link #member(Handshake)}.\n@param member a consumer that will call methods on {@link Handshake.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Handshake)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Handshake)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Handshakes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                              A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListHandshakesForOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListHandshakesForOrganizationResponse", "variableName" : "listHandshakesForOrganizationResponse", "variableType" : "ListHandshakesForOrganizationResponse", "documentation" : null, "simpleType" : "ListHandshakesForOrganizationResponse", "variableSetterType" : "ListHandshakesForOrganizationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListOrganizationalUnitsForParentRequest" : { "c2jName" : "ListOrganizationalUnitsForParentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListOrganizationalUnitsForParent", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListOrganizationalUnitsForParent", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                              • \n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                  \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                      \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ParentId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                        • \n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                          \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                            \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #parentId(String)}.\n@param parentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                  • \n@deprecated Use {@link #parentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                    \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                      \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                          \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                            \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                            \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                            \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                            \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                            \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                            \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                            \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentId" ], "shapeName" : "ListOrganizationalUnitsForParentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListOrganizationalUnitsForParentRequest", "variableName" : "listOrganizationalUnitsForParentRequest", "variableType" : "ListOrganizationalUnitsForParentRequest", "documentation" : null, "simpleType" : "ListOrganizationalUnitsForParentRequest", "variableSetterType" : "ListOrganizationalUnitsForParentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListOrganizationalUnitsForParentResponse" : { "c2jName" : "ListOrganizationalUnitsForParentResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getOrganizationalUnits", "beanStyleSetterMethodName" : "setOrganizationalUnits", "c2jName" : "OrganizationalUnits", "c2jShape" : "OrganizationalUnits", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnits(List)}.\n@param organizationalUnits a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnits(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nYou can use {@link #hasOrganizationalUnits()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                            \n@return A list of the OUs in the specified root or parent OU.\n@deprecated Use {@link #organizationalUnits()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n@param organizationalUnits A list of the OUs in the specified root or parent OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnits(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnits", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnits", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n@param organizationalUnits A list of the OUs in the specified root or parent OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnits", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nYou can use {@link #hasOrganizationalUnits()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                            \n@return A list of the OUs in the specified root or parent OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnits", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #member(OrganizationalUnit)}.\n@param member a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OrganizationalUnit)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : "", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OrganizationalUnit", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OrganizationalUnit", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "OrganizationalUnits", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n@param organizationalUnits A list of the OUs in the specified root or parent OU.", "setterMethodName" : "setOrganizationalUnits", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OrganizationalUnits" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getOrganizationalUnits", "beanStyleSetterMethodName" : "setOrganizationalUnits", "c2jName" : "OrganizationalUnits", "c2jShape" : "OrganizationalUnits", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnits(List)}.\n@param organizationalUnits a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnits(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nYou can use {@link #hasOrganizationalUnits()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                            \n@return A list of the OUs in the specified root or parent OU.\n@deprecated Use {@link #organizationalUnits()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n@param organizationalUnits A list of the OUs in the specified root or parent OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnits(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnits", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnits", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n@param organizationalUnits A list of the OUs in the specified root or parent OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnits", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nYou can use {@link #hasOrganizationalUnits()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                            \n@return A list of the OUs in the specified root or parent OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnits", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #member(OrganizationalUnit)}.\n@param member a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OrganizationalUnit)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : "", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OrganizationalUnit", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OrganizationalUnit", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "OrganizationalUnits", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n@param organizationalUnits A list of the OUs in the specified root or parent OU.", "setterMethodName" : "setOrganizationalUnits", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getOrganizationalUnits", "beanStyleSetterMethodName" : "setOrganizationalUnits", "c2jName" : "OrganizationalUnits", "c2jShape" : "OrganizationalUnits", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnits(List)}.\n@param organizationalUnits a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnits(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nYou can use {@link #hasOrganizationalUnits()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                            \n@return A list of the OUs in the specified root or parent OU.\n@deprecated Use {@link #organizationalUnits()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n@param organizationalUnits A list of the OUs in the specified root or parent OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnits(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnits", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnits", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n@param organizationalUnits A list of the OUs in the specified root or parent OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnits", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                            \nYou can use {@link #hasOrganizationalUnits()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                            \n@return A list of the OUs in the specified root or parent OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnits", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #member(OrganizationalUnit)}.\n@param member a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OrganizationalUnit)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : "", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OrganizationalUnit", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OrganizationalUnit", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "OrganizationalUnits", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            \n@param organizationalUnits A list of the OUs in the specified root or parent OU.", "setterMethodName" : "setOrganizationalUnits", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListOrganizationalUnitsForParentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListOrganizationalUnitsForParentResponse", "variableName" : "listOrganizationalUnitsForParentResponse", "variableType" : "ListOrganizationalUnitsForParentResponse", "documentation" : null, "simpleType" : "ListOrganizationalUnitsForParentResponse", "variableSetterType" : "ListOrganizationalUnitsForParentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListParentsRequest" : { "c2jName" : "ListParentsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListParents", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListParents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChildId", "beanStyleSetterMethodName" : "setChildId", "c2jName" : "ChildId", "c2jShape" : "ChildId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                            The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #childId(String)}.\n@param childId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                            The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                            The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                            • \n@deprecated Use {@link #childId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                              The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                              \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                              The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #childId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChildId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChildId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "childId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChildId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChildId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                    \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setChildId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                      \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                      \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                      The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                      \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                      \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                      \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                      The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                      \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                      \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                      The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                      \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                      \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                      \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                      The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChildId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChildId", "beanStyleSetterMethodName" : "setChildId", "c2jName" : "ChildId", "c2jShape" : "ChildId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #childId(String)}.\n@param childId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                      \n@return The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                      • \n@deprecated Use {@link #childId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                        \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #childId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChildId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChildId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "childId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                          \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChildId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChildId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                              \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setChildId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChildId", "beanStyleSetterMethodName" : "setChildId", "c2jName" : "ChildId", "c2jShape" : "ChildId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #childId(String)}.\n@param childId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #childId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                • \n@deprecated Use {@link #childId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                  \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #childId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChildId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChildId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "childId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                    \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                      \n@return The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChildId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChildId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                        \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setChildId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the OU or account whose parent containers you want to list. Don't specify a root.

                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                          \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                          \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                          \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ChildId" ], "shapeName" : "ListParentsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListParentsRequest", "variableName" : "listParentsRequest", "variableType" : "ListParentsRequest", "documentation" : null, "simpleType" : "ListParentsRequest", "variableSetterType" : "ListParentsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListParentsResponse" : { "c2jName" : "ListParentsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParents", "beanStyleSetterMethodName" : "setParents", "c2jName" : "Parents", "c2jShape" : "Parents", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parents(List)}.\n@param parents a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parents(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nYou can use {@link #hasParents()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return A list of parents for the specified child account or OU.\n@deprecated Use {@link #parents()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n@param parents A list of parents for the specified child account or OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parents(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parents property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parents", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n@param parents A list of parents for the specified child account or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parents", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nYou can use {@link #hasParents()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return A list of parents for the specified child account or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parents", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Parent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Parent.Builder} avoiding the need to create one manually via {@link Parent#builder()}.\n\nWhen the {@link Consumer} completes, {@link Parent.Builder#build()} is called immediately and its result is passed to {@link #member(Parent)}.\n@param member a consumer that will call methods on {@link Parent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Parent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Parent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : null, "simpleType" : "Parent", "variableSetterType" : "Parent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : "", "simpleType" : "Parent", "variableSetterType" : "Parent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parents", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n@param parents A list of parents for the specified child account or OU.", "setterMethodName" : "setParents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Parents" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParents", "beanStyleSetterMethodName" : "setParents", "c2jName" : "Parents", "c2jShape" : "Parents", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parents(List)}.\n@param parents a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parents(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nYou can use {@link #hasParents()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return A list of parents for the specified child account or OU.\n@deprecated Use {@link #parents()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n@param parents A list of parents for the specified child account or OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parents(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parents property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parents", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n@param parents A list of parents for the specified child account or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parents", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nYou can use {@link #hasParents()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return A list of parents for the specified child account or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parents", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Parent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Parent.Builder} avoiding the need to create one manually via {@link Parent#builder()}.\n\nWhen the {@link Consumer} completes, {@link Parent.Builder#build()} is called immediately and its result is passed to {@link #member(Parent)}.\n@param member a consumer that will call methods on {@link Parent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Parent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Parent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : null, "simpleType" : "Parent", "variableSetterType" : "Parent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : "", "simpleType" : "Parent", "variableSetterType" : "Parent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parents", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n@param parents A list of parents for the specified child account or OU.", "setterMethodName" : "setParents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getParents", "beanStyleSetterMethodName" : "setParents", "c2jName" : "Parents", "c2jShape" : "Parents", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #parents(List)}.\n@param parents a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #parents(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nYou can use {@link #hasParents()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return A list of parents for the specified child account or OU.\n@deprecated Use {@link #parents()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n@param parents A list of parents for the specified child account or OU.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #parents(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Parents property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasParents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "parents", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n@param parents A list of parents for the specified child account or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parents", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                                                          \nYou can use {@link #hasParents()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                          \n@return A list of parents for the specified child account or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parents", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Parents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Parent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Parent.Builder} avoiding the need to create one manually via {@link Parent#builder()}.\n\nWhen the {@link Consumer} completes, {@link Parent.Builder#build()} is called immediately and its result is passed to {@link #member(Parent)}.\n@param member a consumer that will call methods on {@link Parent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Parent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Parent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : null, "simpleType" : "Parent", "variableSetterType" : "Parent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : "", "simpleType" : "Parent", "variableSetterType" : "Parent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Parents", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          \n@param parents A list of parents for the specified child account or OU.", "setterMethodName" : "setParents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          A list of parents for the specified child account or OU.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListParentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListParentsResponse", "variableName" : "listParentsResponse", "variableType" : "ListParentsResponse", "documentation" : null, "simpleType" : "ListParentsResponse", "variableSetterType" : "ListParentsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListPoliciesForTargetRequest" : { "c2jName" : "ListPoliciesForTargetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListPoliciesForTarget", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListPoliciesForTarget", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                          • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                            \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                              \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterAsString(String)}.\n@param filter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The type of policy that you want to include in the returned list.\n@see PolicyType\n@deprecated Use {@link #filterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #filter(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : "filter", "fluentEnumSetterMethodName" : "filter", "fluentGetterMethodName" : "filterAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The type of policy that you want to include in the returned list.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterAsString(String)}.\n@param filter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The type of policy that you want to include in the returned list.\n@see PolicyType\n@deprecated Use {@link #filterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #filter(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : "filter", "fluentEnumSetterMethodName" : "filter", "fluentGetterMethodName" : "filterAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The type of policy that you want to include in the returned list.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                    • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                      \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                        \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                          • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                            • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                              • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                              • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                  • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                    • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                      \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                      • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                        • Account - A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterAsString(String)}.\n@param filter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The type of policy that you want to include in the returned list.\n@see PolicyType\n@deprecated Use {@link #filterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #filter(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : "filter", "fluentEnumSetterMethodName" : "filter", "fluentGetterMethodName" : "filterAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The type of policy that you want to include in the returned list.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetId", "Filter" ], "shapeName" : "ListPoliciesForTargetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPoliciesForTargetRequest", "variableName" : "listPoliciesForTargetRequest", "variableType" : "ListPoliciesForTargetRequest", "documentation" : null, "simpleType" : "ListPoliciesForTargetRequest", "variableSetterType" : "ListPoliciesForTargetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListPoliciesForTargetResponse" : { "c2jName" : "ListPoliciesForTargetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policies(List)}.\n@param policies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The list of policies that match the criteria in the request.\n@deprecated Use {@link #policies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies The list of policies that match the criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policies(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies The list of policies that match the criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The list of policies that match the criteria in the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicySummary.Builder} avoiding the need to create one manually via {@link PolicySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicySummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicySummary)}.\n@param member a consumer that will call methods on {@link PolicySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies The list of policies that match the criteria in the request.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Policies" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policies(List)}.\n@param policies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The list of policies that match the criteria in the request.\n@deprecated Use {@link #policies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies The list of policies that match the criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policies(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies The list of policies that match the criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The list of policies that match the criteria in the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicySummary.Builder} avoiding the need to create one manually via {@link PolicySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicySummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicySummary)}.\n@param member a consumer that will call methods on {@link PolicySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies The list of policies that match the criteria in the request.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policies(List)}.\n@param policies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The list of policies that match the criteria in the request.\n@deprecated Use {@link #policies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies The list of policies that match the criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policies(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies The list of policies that match the criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The list of policies that match the criteria in the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicySummary.Builder} avoiding the need to create one manually via {@link PolicySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicySummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicySummary)}.\n@param member a consumer that will call methods on {@link PolicySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies The list of policies that match the criteria in the request.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The list of policies that match the criteria in the request.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPoliciesForTargetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPoliciesForTargetResponse", "variableName" : "listPoliciesForTargetResponse", "variableType" : "ListPoliciesForTargetResponse", "documentation" : null, "simpleType" : "ListPoliciesForTargetResponse", "variableSetterType" : "ListPoliciesForTargetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListPoliciesRequest" : { "c2jName" : "ListPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListPolicies", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListPolicies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterAsString(String)}.\n@param filter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@deprecated Use {@link #filterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #filter(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : "filter", "fluentEnumSetterMethodName" : "filter", "fluentGetterMethodName" : "filterAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return Specifies the type of policy that you want to include in the response.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterAsString(String)}.\n@param filter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@deprecated Use {@link #filterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #filter(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : "filter", "fluentEnumSetterMethodName" : "filter", "fluentGetterMethodName" : "filterAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return Specifies the type of policy that you want to include in the response.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterAsString(String)}.\n@param filter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@deprecated Use {@link #filterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #filter(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Filter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilter", "fluentEnumGetterMethodName" : "filter", "fluentEnumSetterMethodName" : "filter", "fluentGetterMethodName" : "filterAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #filter} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #filterAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return Specifies the type of policy that you want to include in the response.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Filter", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Filter" ], "shapeName" : "ListPoliciesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPoliciesRequest", "variableName" : "listPoliciesRequest", "variableType" : "ListPoliciesRequest", "documentation" : null, "simpleType" : "ListPoliciesRequest", "variableSetterType" : "ListPoliciesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListPoliciesResponse" : { "c2jName" : "ListPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policies(List)}.\n@param policies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.\n@deprecated Use {@link #policies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policies(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicySummary.Builder} avoiding the need to create one manually via {@link PolicySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicySummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicySummary)}.\n@param member a consumer that will call methods on {@link PolicySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Policies" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policies(List)}.\n@param policies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.\n@deprecated Use {@link #policies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policies(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicySummary.Builder} avoiding the need to create one manually via {@link PolicySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicySummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicySummary)}.\n@param member a consumer that will call methods on {@link PolicySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policies(List)}.\n@param policies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.\n@deprecated Use {@link #policies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policies(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasPolicies()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicySummary.Builder} avoiding the need to create one manually via {@link PolicySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicySummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicySummary)}.\n@param member a consumer that will call methods on {@link PolicySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicySummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Policies", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policies A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of policies that match the filter criteria in the request. The output list doesn't include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPoliciesResponse", "variableName" : "listPoliciesResponse", "variableType" : "ListPoliciesResponse", "documentation" : null, "simpleType" : "ListPoliciesResponse", "variableSetterType" : "ListPoliciesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListRootsRequest" : { "c2jName" : "ListRootsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListRoots", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListRoots", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListRootsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListRootsRequest", "variableName" : "listRootsRequest", "variableType" : "ListRootsRequest", "documentation" : null, "simpleType" : "ListRootsRequest", "variableSetterType" : "ListRootsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListRootsResponse" : { "c2jName" : "ListRootsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRoots", "beanStyleSetterMethodName" : "setRoots", "c2jName" : "Roots", "c2jShape" : "Roots", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #roots(List)}.\n@param roots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roots(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasRoots()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of roots that are defined in an organization.\n@deprecated Use {@link #roots()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param roots A list of roots that are defined in an organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roots(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Roots property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoots", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param roots A list of roots that are defined in an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roots", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasRoots()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of roots that are defined in an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Roots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Roots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Root", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Root.Builder} avoiding the need to create one manually via {@link Root#builder()}.\n\nWhen the {@link Consumer} completes, {@link Root.Builder#build()} is called immediately and its result is passed to {@link #member(Root)}.\n@param member a consumer that will call methods on {@link Root.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Root)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Root)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : "", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Root", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Root", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Roots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param roots A list of roots that are defined in an organization.", "setterMethodName" : "setRoots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Roots" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRoots", "beanStyleSetterMethodName" : "setRoots", "c2jName" : "Roots", "c2jShape" : "Roots", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #roots(List)}.\n@param roots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roots(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasRoots()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of roots that are defined in an organization.\n@deprecated Use {@link #roots()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param roots A list of roots that are defined in an organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roots(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Roots property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoots", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param roots A list of roots that are defined in an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roots", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasRoots()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of roots that are defined in an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Roots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Roots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Root", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Root.Builder} avoiding the need to create one manually via {@link Root#builder()}.\n\nWhen the {@link Consumer} completes, {@link Root.Builder#build()} is called immediately and its result is passed to {@link #member(Root)}.\n@param member a consumer that will call methods on {@link Root.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Root)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Root)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : "", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Root", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Root", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Roots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param roots A list of roots that are defined in an organization.", "setterMethodName" : "setRoots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRoots", "beanStyleSetterMethodName" : "setRoots", "c2jName" : "Roots", "c2jShape" : "Roots", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #roots(List)}.\n@param roots a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roots(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasRoots()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of roots that are defined in an organization.\n@deprecated Use {@link #roots()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param roots A list of roots that are defined in an organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roots(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Roots property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoots", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param roots A list of roots that are defined in an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roots", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasRoots()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of roots that are defined in an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Roots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Roots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Root", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Root.Builder} avoiding the need to create one manually via {@link Root#builder()}.\n\nWhen the {@link Consumer} completes, {@link Root.Builder#build()} is called immediately and its result is passed to {@link #member(Root)}.\n@param member a consumer that will call methods on {@link Root.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Root)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Root)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : "", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Root", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Root", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Roots", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param roots A list of roots that are defined in an organization.", "setterMethodName" : "setRoots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of roots that are defined in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListRootsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListRootsResponse", "variableName" : "listRootsResponse", "variableType" : "ListRootsResponse", "documentation" : null, "simpleType" : "ListRootsResponse", "variableSetterType" : "ListRootsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListTagsForResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "ResourceId", "c2jShape" : "TaggableResourceId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The ID of the resource that you want to retrieve tags for.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resourceId The ID of the resource that you want to retrieve tags for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resourceId The ID of the resource that you want to retrieve tags for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The ID of the resource that you want to retrieve tags for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resourceId The ID of the resource that you want to retrieve tags for.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "ResourceId", "c2jShape" : "TaggableResourceId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The ID of the resource that you want to retrieve tags for.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resourceId The ID of the resource that you want to retrieve tags for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resourceId The ID of the resource that you want to retrieve tags for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The ID of the resource that you want to retrieve tags for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resourceId The ID of the resource that you want to retrieve tags for.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "ResourceId", "c2jShape" : "TaggableResourceId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The ID of the resource that you want to retrieve tags for.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resourceId The ID of the resource that you want to retrieve tags for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resourceId The ID of the resource that you want to retrieve tags for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The ID of the resource that you want to retrieve tags for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resourceId The ID of the resource that you want to retrieve tags for.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ID of the resource that you want to retrieve tags for.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceId" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The tags that are assigned to the resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param tags The tags that are assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param tags The tags that are assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The tags that are assigned to the resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param tags The tags that are assigned to the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The tags that are assigned to the resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param tags The tags that are assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param tags The tags that are assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The tags that are assigned to the resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param tags The tags that are assigned to the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The tags that are assigned to the resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param tags The tags that are assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param tags The tags that are assigned to the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The tags that are assigned to the resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param tags The tags that are assigned to the resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The tags that are assigned to the resource.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTargetsForPolicyRequest" : { "c2jName" : "ListTargetsForPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTargetsForPolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListTargetsForPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param policyId The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy whose attachments you want to know.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxResults The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId" ], "shapeName" : "ListTargetsForPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTargetsForPolicyRequest", "variableName" : "listTargetsForPolicyRequest", "variableType" : "ListTargetsForPolicyRequest", "documentation" : null, "simpleType" : "ListTargetsForPolicyRequest", "variableSetterType" : "ListTargetsForPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTargetsForPolicyResponse" : { "c2jName" : "ListTargetsForPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "PolicyTargets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTargetSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyTargetSummary.Builder} avoiding the need to create one manually via {@link PolicyTargetSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyTargetSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyTargetSummary)}.\n@param member a consumer that will call methods on {@link PolicyTargetSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyTargetSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicyTargetSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTargetSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : null, "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : "", "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTargetSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTargetSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Targets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "PolicyTargets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTargetSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyTargetSummary.Builder} avoiding the need to create one manually via {@link PolicyTargetSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyTargetSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyTargetSummary)}.\n@param member a consumer that will call methods on {@link PolicyTargetSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyTargetSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicyTargetSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTargetSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : null, "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : "", "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTargetSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTargetSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "PolicyTargets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTargetSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyTargetSummary.Builder} avoiding the need to create one manually via {@link PolicyTargetSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyTargetSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyTargetSummary)}.\n@param member a consumer that will call methods on {@link PolicyTargetSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyTargetSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicyTargetSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTargetSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : null, "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : "", "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTargetSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTargetSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param nextToken If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTargetsForPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTargetsForPolicyResponse", "variableName" : "listTargetsForPolicyResponse", "variableType" : "ListTargetsForPolicyResponse", "documentation" : null, "simpleType" : "ListTargetsForPolicyResponse", "variableSetterType" : "ListTargetsForPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "MalformedPolicyDocumentException" : { "c2jName" : "MalformedPolicyDocumentException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The provided policy document doesn't meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "MalformedPolicyDocumentException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MalformedPolicyDocumentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MalformedPolicyDocumentException", "variableName" : "malformedPolicyDocumentException", "variableType" : "MalformedPolicyDocumentException", "documentation" : null, "simpleType" : "MalformedPolicyDocumentException", "variableSetterType" : "MalformedPolicyDocumentException" }, "wrapper" : false, "xmlNamespace" : null }, "MasterCannotLeaveOrganizationException" : { "c2jName" : "MasterCannotLeaveOrganizationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        You can't remove a master account from an organization. If you want the master account to become a member account in another organization, you must first delete the current organization of the master account.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "MasterCannotLeaveOrganizationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MasterCannotLeaveOrganizationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MasterCannotLeaveOrganizationException", "variableName" : "masterCannotLeaveOrganizationException", "variableType" : "MasterCannotLeaveOrganizationException", "documentation" : null, "simpleType" : "MasterCannotLeaveOrganizationException", "variableSetterType" : "MasterCannotLeaveOrganizationException" }, "wrapper" : false, "xmlNamespace" : null }, "MoveAccountRequest" : { "c2jName" : "MoveAccountRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "MoveAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.MoveAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceParentId", "beanStyleSetterMethodName" : "setSourceParentId", "c2jName" : "SourceParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceParentId(String)}.\n@param sourceParentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceParentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                        • \n@deprecated Use {@link #sourceParentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                          \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceParentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                            \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                • ", "setterMethodName" : "setSourceParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationParentId", "beanStyleSetterMethodName" : "setDestinationParentId", "c2jName" : "DestinationParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationParentId(String)}.\n@param destinationParentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationParentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                  • \n@deprecated Use {@link #destinationParentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationParentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setDestinationParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DestinationParentId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationParentId", "beanStyleSetterMethodName" : "setDestinationParentId", "c2jName" : "DestinationParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationParentId(String)}.\n@param destinationParentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationParentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                            • \n@deprecated Use {@link #destinationParentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationParentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setDestinationParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceParentId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceParentId", "beanStyleSetterMethodName" : "setSourceParentId", "c2jName" : "SourceParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceParentId(String)}.\n@param sourceParentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceParentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • \n@deprecated Use {@link #sourceParentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceParentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setSourceParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceParentId", "beanStyleSetterMethodName" : "setSourceParentId", "c2jName" : "SourceParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceParentId(String)}.\n@param sourceParentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceParentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • \n@deprecated Use {@link #sourceParentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceParentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setSourceParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationParentId", "beanStyleSetterMethodName" : "setDestinationParentId", "c2jName" : "DestinationParentId", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationParentId(String)}.\n@param destinationParentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationParentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \n@deprecated Use {@link #destinationParentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationParentId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationParentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationParentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationParentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationParentId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setDestinationParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root - A string that begins with \"r-\" followed by from 4 to 32 lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU) - A string that begins with \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "SourceParentId", "DestinationParentId" ], "shapeName" : "MoveAccountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MoveAccountRequest", "variableName" : "moveAccountRequest", "variableType" : "MoveAccountRequest", "documentation" : null, "simpleType" : "MoveAccountRequest", "variableSetterType" : "MoveAccountRequest" }, "wrapper" : false, "xmlNamespace" : null }, "MoveAccountResponse" : { "c2jName" : "MoveAccountResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MoveAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MoveAccountResponse", "variableName" : "moveAccountResponse", "variableType" : "MoveAccountResponse", "documentation" : null, "simpleType" : "MoveAccountResponse", "variableSetterType" : "MoveAccountResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Organization" : { "c2jName" : "Organization", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Contains details about an organization. An organization is a collection of accounts that are centrally managed together using consolidated billing, organized hierarchically with organizational units (OUs), and controlled with policies .

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #featureSetAsString(String)}.\n@param featureSet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #featureSet(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSetAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSet(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "OrganizationFeatureSet", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FeatureSet property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFeatureSet", "fluentEnumGetterMethodName" : "featureSet", "fluentEnumSetterMethodName" : "featureSet", "fluentGetterMethodName" : "featureSetAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FeatureSet", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMasterAccountArn", "beanStyleSetterMethodName" : "setMasterAccountArn", "c2jName" : "MasterAccountArn", "c2jShape" : "AccountArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #masterAccountArn(String)}.\n@param masterAccountArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #masterAccountArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #masterAccountArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #masterAccountArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MasterAccountArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMasterAccountArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "masterAccountArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MasterAccountArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setMasterAccountArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMasterAccountId", "beanStyleSetterMethodName" : "setMasterAccountId", "c2jName" : "MasterAccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #masterAccountId(String)}.\n@param masterAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #masterAccountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #masterAccountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #masterAccountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MasterAccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMasterAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "masterAccountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MasterAccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setMasterAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMasterAccountEmail", "beanStyleSetterMethodName" : "setMasterAccountEmail", "c2jName" : "MasterAccountEmail", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #masterAccountEmail(String)}.\n@param masterAccountEmail a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #masterAccountEmail(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The email address that is associated with the AWS account that is designated as the master account for the organization.\n@deprecated Use {@link #masterAccountEmail()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #masterAccountEmail(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MasterAccountEmail property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMasterAccountEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "masterAccountEmail", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountEmail", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The email address that is associated with the AWS account that is designated as the master account for the organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountEmail", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountEmail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MasterAccountEmail", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.", "setterMethodName" : "setMasterAccountEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailablePolicyTypes", "beanStyleSetterMethodName" : "setAvailablePolicyTypes", "c2jName" : "AvailablePolicyTypes", "c2jShape" : "PolicyTypes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availablePolicyTypes(List)}.\n@param availablePolicyTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availablePolicyTypes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nYou can use {@link #hasAvailablePolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@deprecated Use {@link #availablePolicyTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availablePolicyTypes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailablePolicyTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailablePolicyTypes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availablePolicyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availablePolicyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nYou can use {@link #hasAvailablePolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailablePolicyTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailablePolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyTypeSummary.Builder} avoiding the need to create one manually via {@link PolicyTypeSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyTypeSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyTypeSummary)}.\n@param member a consumer that will call methods on {@link PolicyTypeSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyTypeSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicyTypeSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailablePolicyTypes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "setterMethodName" : "setAvailablePolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AvailablePolicyTypes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailablePolicyTypes", "beanStyleSetterMethodName" : "setAvailablePolicyTypes", "c2jName" : "AvailablePolicyTypes", "c2jShape" : "PolicyTypes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availablePolicyTypes(List)}.\n@param availablePolicyTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availablePolicyTypes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nYou can use {@link #hasAvailablePolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@deprecated Use {@link #availablePolicyTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availablePolicyTypes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailablePolicyTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailablePolicyTypes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availablePolicyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availablePolicyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nYou can use {@link #hasAvailablePolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailablePolicyTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailablePolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyTypeSummary.Builder} avoiding the need to create one manually via {@link PolicyTypeSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyTypeSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyTypeSummary)}.\n@param member a consumer that will call methods on {@link PolicyTypeSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyTypeSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicyTypeSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailablePolicyTypes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "setterMethodName" : "setAvailablePolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FeatureSet" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #featureSetAsString(String)}.\n@param featureSet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #featureSet(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSetAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSet(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "OrganizationFeatureSet", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FeatureSet property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFeatureSet", "fluentEnumGetterMethodName" : "featureSet", "fluentEnumSetterMethodName" : "featureSet", "fluentGetterMethodName" : "featureSetAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FeatureSet", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MasterAccountArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMasterAccountArn", "beanStyleSetterMethodName" : "setMasterAccountArn", "c2jName" : "MasterAccountArn", "c2jShape" : "AccountArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #masterAccountArn(String)}.\n@param masterAccountArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #masterAccountArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #masterAccountArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #masterAccountArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MasterAccountArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMasterAccountArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "masterAccountArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MasterAccountArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setMasterAccountArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MasterAccountEmail" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMasterAccountEmail", "beanStyleSetterMethodName" : "setMasterAccountEmail", "c2jName" : "MasterAccountEmail", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #masterAccountEmail(String)}.\n@param masterAccountEmail a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #masterAccountEmail(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The email address that is associated with the AWS account that is designated as the master account for the organization.\n@deprecated Use {@link #masterAccountEmail()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #masterAccountEmail(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MasterAccountEmail property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMasterAccountEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "masterAccountEmail", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountEmail", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The email address that is associated with the AWS account that is designated as the master account for the organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountEmail", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountEmail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MasterAccountEmail", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.", "setterMethodName" : "setMasterAccountEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MasterAccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMasterAccountId", "beanStyleSetterMethodName" : "setMasterAccountId", "c2jName" : "MasterAccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #masterAccountId(String)}.\n@param masterAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #masterAccountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #masterAccountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #masterAccountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MasterAccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMasterAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "masterAccountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MasterAccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setMasterAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #featureSetAsString(String)}.\n@param featureSet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #featureSet(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSetAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet\n@deprecated Use {@link #featureSet(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "OrganizationFeatureSet", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FeatureSet property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFeatureSet", "fluentEnumGetterMethodName" : "featureSet", "fluentEnumSetterMethodName" : "featureSet", "fluentGetterMethodName" : "featureSetAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #featureSet} will return {@link OrganizationFeatureSet#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #featureSetAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FeatureSet", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMasterAccountArn", "beanStyleSetterMethodName" : "setMasterAccountArn", "c2jName" : "MasterAccountArn", "c2jShape" : "AccountArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #masterAccountArn(String)}.\n@param masterAccountArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #masterAccountArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #masterAccountArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #masterAccountArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MasterAccountArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMasterAccountArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "masterAccountArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MasterAccountArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setMasterAccountArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMasterAccountId", "beanStyleSetterMethodName" : "setMasterAccountId", "c2jName" : "MasterAccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #masterAccountId(String)}.\n@param masterAccountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #masterAccountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #masterAccountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #masterAccountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MasterAccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMasterAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "masterAccountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MasterAccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setMasterAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMasterAccountEmail", "beanStyleSetterMethodName" : "setMasterAccountEmail", "c2jName" : "MasterAccountEmail", "c2jShape" : "Email", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #masterAccountEmail(String)}.\n@param masterAccountEmail a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #masterAccountEmail(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The email address that is associated with the AWS account that is designated as the master account for the organization.\n@deprecated Use {@link #masterAccountEmail()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #masterAccountEmail(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MasterAccountEmail property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMasterAccountEmail", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "masterAccountEmail", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountEmail", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The email address that is associated with the AWS account that is designated as the master account for the organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountEmail", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountEmail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MasterAccountEmail", "sensitive" : true, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.", "setterMethodName" : "setMasterAccountEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailablePolicyTypes", "beanStyleSetterMethodName" : "setAvailablePolicyTypes", "c2jName" : "AvailablePolicyTypes", "c2jShape" : "PolicyTypes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availablePolicyTypes(List)}.\n@param availablePolicyTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availablePolicyTypes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nYou can use {@link #hasAvailablePolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@deprecated Use {@link #availablePolicyTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availablePolicyTypes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailablePolicyTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailablePolicyTypes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availablePolicyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availablePolicyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nYou can use {@link #hasAvailablePolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailablePolicyTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailablePolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyTypeSummary.Builder} avoiding the need to create one manually via {@link PolicyTypeSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyTypeSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyTypeSummary)}.\n@param member a consumer that will call methods on {@link PolicyTypeSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyTypeSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicyTypeSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailablePolicyTypes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "setterMethodName" : "setAvailablePolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use ListRoots to see the status of a policy type in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Organization", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "wrapper" : false, "xmlNamespace" : null }, "OrganizationFeatureSet" : { "c2jName" : "OrganizationFeatureSet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ALL", "value" : "ALL" }, { "name" : "CONSOLIDATED_BILLING", "value" : "CONSOLIDATED_BILLING" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationFeatureSet", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OrganizationFeatureSet", "variableName" : "organizationFeatureSet", "variableType" : "OrganizationFeatureSet", "documentation" : null, "simpleType" : "OrganizationFeatureSet", "variableSetterType" : "OrganizationFeatureSet" }, "wrapper" : false, "xmlNamespace" : null }, "OrganizationNotEmptyException" : { "c2jName" : "OrganizationNotEmptyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The organization isn't empty. To delete an organization, you must first remove all accounts except the master account, delete all OUs, and delete all policies.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "OrganizationNotEmptyException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationNotEmptyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OrganizationNotEmptyException", "variableName" : "organizationNotEmptyException", "variableType" : "OrganizationNotEmptyException", "documentation" : null, "simpleType" : "OrganizationNotEmptyException", "variableSetterType" : "OrganizationNotEmptyException" }, "wrapper" : false, "xmlNamespace" : null }, "OrganizationalUnit" : { "c2jName" : "OrganizationalUnit", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Contains details about an organizational unit (OU). An OU is a container of AWS accounts within a root of an organization. Policies that are attached to an OU apply to all accounts contained in that OU and in any child OUs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationalUnitArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationalUnitArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationalUnitArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The friendly name of this OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationalUnit", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "wrapper" : false, "xmlNamespace" : null }, "OrganizationalUnitNotEmptyException" : { "c2jName" : "OrganizationalUnitNotEmptyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The specified OU is not empty. Move all accounts to another root or to other OUs, remove all child OUs, and try the operation again.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "OrganizationalUnitNotEmptyException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationalUnitNotEmptyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnitNotEmptyException", "variableName" : "organizationalUnitNotEmptyException", "variableType" : "OrganizationalUnitNotEmptyException", "documentation" : null, "simpleType" : "OrganizationalUnitNotEmptyException", "variableSetterType" : "OrganizationalUnitNotEmptyException" }, "wrapper" : false, "xmlNamespace" : null }, "OrganizationalUnitNotFoundException" : { "c2jName" : "OrganizationalUnitNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    We can't find an OU with the OrganizationalUnitId that you specified.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "OrganizationalUnitNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationalUnitNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnitNotFoundException", "variableName" : "organizationalUnitNotFoundException", "variableType" : "OrganizationalUnitNotFoundException", "documentation" : null, "simpleType" : "OrganizationalUnitNotFoundException", "variableSetterType" : "OrganizationalUnitNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "Parent" : { "c2jName" : "Parent", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Contains information about either a root or an organizational unit (OU) that can contain OUs or accounts in an organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • \n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@return The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ParentType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ParentType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@return The type of the parent entity.\n@see ParentType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param type The type of the parent entity.\n@see ParentType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParentType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : "ParentType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param type The type of the parent entity.\n@see ParentType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParentType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ParentType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@return The type of the parent entity.\n@see ParentType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param type The type of the parent entity.\n@see ParentType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • \n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ParentType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ParentType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The type of the parent entity.\n@see ParentType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param type The type of the parent entity.\n@see ParentType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParentType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "ParentType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param type The type of the parent entity.\n@see ParentType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParentType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ParentType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The type of the parent entity.\n@see ParentType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param type The type of the parent entity.\n@see ParentType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ParentId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • \n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ParentType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ParentType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The type of the parent entity.\n@see ParentType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of the parent entity.\n@see ParentType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParentType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "ParentType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of the parent entity.\n@see ParentType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParentType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ParentType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The type of the parent entity.\n@see ParentType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of the parent entity.\n@see ParentType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of the parent entity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Parent", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Parent", "variableName" : "parent", "variableType" : "Parent", "documentation" : null, "simpleType" : "Parent", "variableSetterType" : "Parent" }, "wrapper" : false, "xmlNamespace" : null }, "ParentNotFoundException" : { "c2jName" : "ParentNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  We can't find a root or OU with the ParentId that you specified.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ParentNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParentNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ParentNotFoundException", "variableName" : "parentNotFoundException", "variableType" : "ParentNotFoundException", "documentation" : null, "simpleType" : "ParentNotFoundException", "variableSetterType" : "ParentNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ParentType" : { "c2jName" : "ParentType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ROOT", "value" : "ROOT" }, { "name" : "ORGANIZATIONAL_UNIT", "value" : "ORGANIZATIONAL_UNIT" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParentType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ParentType", "variableName" : "parentType", "variableType" : "ParentType", "documentation" : null, "simpleType" : "ParentType", "variableSetterType" : "ParentType" }, "wrapper" : false, "xmlNamespace" : null }, "Policy" : { "c2jName" : "Policy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Contains rules to be applied to the affected accounts. Policies can be attached directly to accounts, or to roots and OUs to affect all accounts in those hierarchies.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicySummary", "beanStyleSetterMethodName" : "setPolicySummary", "c2jName" : "PolicySummary", "c2jShape" : "PolicySummary", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link PolicySummary.Builder} avoiding the need to create one manually via {@link PolicySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicySummary.Builder#build()} is called immediately and its result is passed to {@link #policySummary(PolicySummary)}.\n@param policySummary a consumer that will call methods on {@link PolicySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policySummary(PolicySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A structure that contains additional details about the policy.\n@deprecated Use {@link #policySummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param policySummary A structure that contains additional details about the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policySummary(PolicySummary)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicySummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicySummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policySummary", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param policySummary A structure that contains additional details about the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policySummary", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A structure that contains additional details about the policy.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicySummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicySummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicySummary", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param policySummary A structure that contains additional details about the policy.", "setterMethodName" : "setPolicySummary", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #content(String)}.\n@param content a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #content(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The text content of the policy.\n@deprecated Use {@link #content()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param content The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #content(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Content property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param content The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The text content of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Content", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param content The text content of the policy.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Content" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #content(String)}.\n@param content a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #content(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The text content of the policy.\n@deprecated Use {@link #content()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param content The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #content(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Content property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param content The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The text content of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Content", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param content The text content of the policy.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicySummary" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicySummary", "beanStyleSetterMethodName" : "setPolicySummary", "c2jName" : "PolicySummary", "c2jShape" : "PolicySummary", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link PolicySummary.Builder} avoiding the need to create one manually via {@link PolicySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicySummary.Builder#build()} is called immediately and its result is passed to {@link #policySummary(PolicySummary)}.\n@param policySummary a consumer that will call methods on {@link PolicySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policySummary(PolicySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A structure that contains additional details about the policy.\n@deprecated Use {@link #policySummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param policySummary A structure that contains additional details about the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policySummary(PolicySummary)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicySummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicySummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policySummary", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param policySummary A structure that contains additional details about the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policySummary", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A structure that contains additional details about the policy.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicySummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicySummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicySummary", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param policySummary A structure that contains additional details about the policy.", "setterMethodName" : "setPolicySummary", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicySummary", "beanStyleSetterMethodName" : "setPolicySummary", "c2jName" : "PolicySummary", "c2jShape" : "PolicySummary", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link PolicySummary.Builder} avoiding the need to create one manually via {@link PolicySummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicySummary.Builder#build()} is called immediately and its result is passed to {@link #policySummary(PolicySummary)}.\n@param policySummary a consumer that will call methods on {@link PolicySummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policySummary(PolicySummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A structure that contains additional details about the policy.\n@deprecated Use {@link #policySummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param policySummary A structure that contains additional details about the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policySummary(PolicySummary)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicySummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicySummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policySummary", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param policySummary A structure that contains additional details about the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policySummary", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A structure that contains additional details about the policy.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicySummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicySummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PolicySummary", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param policySummary A structure that contains additional details about the policy.", "setterMethodName" : "setPolicySummary", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #content(String)}.\n@param content a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #content(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The text content of the policy.\n@deprecated Use {@link #content()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param content The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #content(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Content property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param content The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The text content of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Content", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param content The text content of the policy.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The text content of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Policy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyChangesInProgressException" : { "c2jName" : "PolicyChangesInProgressException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Changes to the effective policy are in progress, and its contents can't be returned. Try the operation again later.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PolicyChangesInProgressException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyChangesInProgressException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyChangesInProgressException", "variableName" : "policyChangesInProgressException", "variableType" : "PolicyChangesInProgressException", "documentation" : null, "simpleType" : "PolicyChangesInProgressException", "variableSetterType" : "PolicyChangesInProgressException" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyInUseException" : { "c2jName" : "PolicyInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The policy is attached to one or more entities. You must detach it from all roots, OUs, and accounts before performing this operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PolicyInUseException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyInUseException", "variableName" : "policyInUseException", "variableType" : "PolicyInUseException", "documentation" : null, "simpleType" : "PolicyInUseException", "variableSetterType" : "PolicyInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyNotAttachedException" : { "c2jName" : "PolicyNotAttachedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The policy isn't attached to the specified target in the specified root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PolicyNotAttachedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyNotAttachedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyNotAttachedException", "variableName" : "policyNotAttachedException", "variableType" : "PolicyNotAttachedException", "documentation" : null, "simpleType" : "PolicyNotAttachedException", "variableSetterType" : "PolicyNotAttachedException" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyNotFoundException" : { "c2jName" : "PolicyNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  We can't find a policy with the PolicyId that you specified.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PolicyNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyNotFoundException", "variableName" : "policyNotFoundException", "variableType" : "PolicyNotFoundException", "documentation" : null, "simpleType" : "PolicyNotFoundException", "variableSetterType" : "PolicyNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "PolicySummary" : { "c2jName" : "PolicySummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Contains information about a policy, but does not include the content. To see the content of a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "PolicyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The description of the policy.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param description The description of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param description The description of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The description of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param description The description of the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The type of policy.\n@see PolicyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of policy.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of policy.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The type of policy.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of policy.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAwsManaged", "beanStyleSetterMethodName" : "setAwsManaged", "c2jName" : "AwsManaged", "c2jShape" : "AwsManagedPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #awsManaged(Boolean)}.\n@param awsManaged a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #awsManaged(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@deprecated Use {@link #awsManaged()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #awsManaged(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AwsManaged property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAwsManaged", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsManaged", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsManaged", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsManaged", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AwsManaged", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AwsManaged", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "setterMethodName" : "setAwsManaged", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "PolicyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AwsManaged" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAwsManaged", "beanStyleSetterMethodName" : "setAwsManaged", "c2jName" : "AwsManaged", "c2jShape" : "AwsManagedPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #awsManaged(Boolean)}.\n@param awsManaged a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #awsManaged(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@deprecated Use {@link #awsManaged()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #awsManaged(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AwsManaged property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAwsManaged", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsManaged", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsManaged", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsManaged", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AwsManaged", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AwsManaged", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "setterMethodName" : "setAwsManaged", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The description of the policy.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param description The description of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param description The description of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The description of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param description The description of the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The type of policy.\n@see PolicyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of policy.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of policy.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The type of policy.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of policy.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "PolicyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The friendly name of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The description of the policy.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param description The description of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param description The description of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The description of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param description The description of the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The description of the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The type of policy.\n@see PolicyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of policy.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of policy.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The type of policy.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param type The type of policy.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The type of policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAwsManaged", "beanStyleSetterMethodName" : "setAwsManaged", "c2jName" : "AwsManaged", "c2jShape" : "AwsManagedPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #awsManaged(Boolean)}.\n@param awsManaged a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #awsManaged(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@deprecated Use {@link #awsManaged()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #awsManaged(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AwsManaged property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAwsManaged", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsManaged", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsManaged", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsManaged", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AwsManaged", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AwsManaged", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "setterMethodName" : "setAwsManaged", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicySummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyTargetSummary" : { "c2jName" : "PolicyTargetSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Contains information about a root, OU, or account that a policy is attached to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "GenericArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TargetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "TargetType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link TargetType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The type of the policy target.\n@see TargetType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param type The type of the policy target.\n@see TargetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "TargetType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param type The type of the policy target.\n@see TargetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link TargetType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The type of the policy target.\n@see TargetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param type The type of the policy target.\n@see TargetType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "GenericArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TargetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "TargetType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link TargetType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The type of the policy target.\n@see TargetType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param type The type of the policy target.\n@see TargetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "TargetType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param type The type of the policy target.\n@see TargetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link TargetType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The type of the policy target.\n@see TargetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param type The type of the policy target.\n@see TargetType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetId(String)}.\n@param targetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • \n@deprecated Use {@link #targetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Root: A string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Account: A string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Organizational unit (OU): A string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "GenericArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TargetName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "TargetType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link TargetType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The type of the policy target.\n@see TargetType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The type of the policy target.\n@see TargetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "TargetType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The type of the policy target.\n@see TargetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link TargetType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The type of the policy target.\n@see TargetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The type of the policy target.\n@see TargetType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The type of the policy target.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTargetSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "policyTargetSummary", "variableType" : "PolicyTargetSummary", "documentation" : null, "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyType" : { "c2jName" : "PolicyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SERVICE_CONTROL_POLICY", "value" : "SERVICE_CONTROL_POLICY" }, { "name" : "TAG_POLICY", "value" : "TAG_POLICY" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyType", "variableName" : "policyType", "variableType" : "PolicyType", "documentation" : null, "simpleType" : "PolicyType", "variableSetterType" : "PolicyType" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyTypeAlreadyEnabledException" : { "c2jName" : "PolicyTypeAlreadyEnabledException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The specified policy type is already enabled in the specified root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PolicyTypeAlreadyEnabledException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeAlreadyEnabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyTypeAlreadyEnabledException", "variableName" : "policyTypeAlreadyEnabledException", "variableType" : "PolicyTypeAlreadyEnabledException", "documentation" : null, "simpleType" : "PolicyTypeAlreadyEnabledException", "variableSetterType" : "PolicyTypeAlreadyEnabledException" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyTypeNotAvailableForOrganizationException" : { "c2jName" : "PolicyTypeNotAvailableForOrganizationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable SCPs only after you enable all features in the organization. For more information, see Enabling and Disabling a Policy Type on a Root in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PolicyTypeNotAvailableForOrganizationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeNotAvailableForOrganizationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyTypeNotAvailableForOrganizationException", "variableName" : "policyTypeNotAvailableForOrganizationException", "variableType" : "PolicyTypeNotAvailableForOrganizationException", "documentation" : null, "simpleType" : "PolicyTypeNotAvailableForOrganizationException", "variableSetterType" : "PolicyTypeNotAvailableForOrganizationException" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyTypeNotEnabledException" : { "c2jName" : "PolicyTypeNotEnabledException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The specified policy type isn't currently enabled in this root. You can't attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PolicyTypeNotEnabledException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeNotEnabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyTypeNotEnabledException", "variableName" : "policyTypeNotEnabledException", "variableType" : "PolicyTypeNotEnabledException", "documentation" : null, "simpleType" : "PolicyTypeNotEnabledException", "variableSetterType" : "PolicyTypeNotEnabledException" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyTypeStatus" : { "c2jName" : "PolicyTypeStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ENABLED", "value" : "ENABLED" }, { "name" : "PENDING_ENABLE", "value" : "PENDING_ENABLE" }, { "name" : "PENDING_DISABLE", "value" : "PENDING_DISABLE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyTypeStatus", "variableName" : "policyTypeStatus", "variableType" : "PolicyTypeStatus", "documentation" : null, "simpleType" : "PolicyTypeStatus", "variableSetterType" : "PolicyTypeStatus" }, "wrapper" : false, "xmlNamespace" : null }, "PolicyTypeSummary" : { "c2jName" : "PolicyTypeSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Contains information about a policy type and its status in the associated root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The name of the policy type.\n@see PolicyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The name of the policy type.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The name of the policy type.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The name of the policy type.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The name of the policy type.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PolicyTypeStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link PolicyTypeStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyTypeStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "PolicyTypeStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyTypeStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link PolicyTypeStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PolicyTypeStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link PolicyTypeStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyTypeStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "PolicyTypeStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyTypeStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link PolicyTypeStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The name of the policy type.\n@see PolicyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The name of the policy type.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The name of the policy type.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The name of the policy type.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The name of the policy type.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The name of the policy type.\n@see PolicyType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The name of the policy type.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "PolicyType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The name of the policy type.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link PolicyType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The name of the policy type.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param type The name of the policy type.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the policy type.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PolicyTypeStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link PolicyTypeStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyTypeStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "PolicyTypeStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyTypeStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link PolicyTypeStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "policyTypeSummary", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "wrapper" : false, "xmlNamespace" : null }, "RegisterDelegatedAdministratorRequest" : { "c2jName" : "RegisterDelegatedAdministratorRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RegisterDelegatedAdministrator", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.RegisterDelegatedAdministrator", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The account ID number of the member account in the organization to register as a delegated administrator.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The account ID number of the member account in the organization to register as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The account ID number of the member account in the organization to register as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The account ID number of the member account in the organization to register as a delegated administrator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The account ID number of the member account in the organization to register as a delegated administrator.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The service principal of the AWS service for which you want to make the member account a delegated administrator.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param servicePrincipal The service principal of the AWS service for which you want to make the member account a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param servicePrincipal The service principal of the AWS service for which you want to make the member account a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The service principal of the AWS service for which you want to make the member account a delegated administrator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param servicePrincipal The service principal of the AWS service for which you want to make the member account a delegated administrator.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The account ID number of the member account in the organization to register as a delegated administrator.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The account ID number of the member account in the organization to register as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The account ID number of the member account in the organization to register as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The account ID number of the member account in the organization to register as a delegated administrator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The account ID number of the member account in the organization to register as a delegated administrator.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServicePrincipal" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The service principal of the AWS service for which you want to make the member account a delegated administrator.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param servicePrincipal The service principal of the AWS service for which you want to make the member account a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param servicePrincipal The service principal of the AWS service for which you want to make the member account a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The service principal of the AWS service for which you want to make the member account a delegated administrator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param servicePrincipal The service principal of the AWS service for which you want to make the member account a delegated administrator.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The account ID number of the member account in the organization to register as a delegated administrator.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The account ID number of the member account in the organization to register as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The account ID number of the member account in the organization to register as a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The account ID number of the member account in the organization to register as a delegated administrator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The account ID number of the member account in the organization to register as a delegated administrator.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The account ID number of the member account in the organization to register as a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServicePrincipal", "beanStyleSetterMethodName" : "setServicePrincipal", "c2jName" : "ServicePrincipal", "c2jShape" : "ServicePrincipal", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #servicePrincipal(String)}.\n@param servicePrincipal a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #servicePrincipal(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The service principal of the AWS service for which you want to make the member account a delegated administrator.\n@deprecated Use {@link #servicePrincipal()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param servicePrincipal The service principal of the AWS service for which you want to make the member account a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #servicePrincipal(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServicePrincipal property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServicePrincipal", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "servicePrincipal", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param servicePrincipal The service principal of the AWS service for which you want to make the member account a delegated administrator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "servicePrincipal", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The service principal of the AWS service for which you want to make the member account a delegated administrator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServicePrincipal", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ServicePrincipal", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServicePrincipal", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param servicePrincipal The service principal of the AWS service for which you want to make the member account a delegated administrator.", "setterMethodName" : "setServicePrincipal", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "servicePrincipal", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The service principal of the AWS service for which you want to make the member account a delegated administrator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "ServicePrincipal" ], "shapeName" : "RegisterDelegatedAdministratorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RegisterDelegatedAdministratorRequest", "variableName" : "registerDelegatedAdministratorRequest", "variableType" : "RegisterDelegatedAdministratorRequest", "documentation" : null, "simpleType" : "RegisterDelegatedAdministratorRequest", "variableSetterType" : "RegisterDelegatedAdministratorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "RegisterDelegatedAdministratorResponse" : { "c2jName" : "RegisterDelegatedAdministratorResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RegisterDelegatedAdministratorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RegisterDelegatedAdministratorResponse", "variableName" : "registerDelegatedAdministratorResponse", "variableType" : "RegisterDelegatedAdministratorResponse", "documentation" : null, "simpleType" : "RegisterDelegatedAdministratorResponse", "variableSetterType" : "RegisterDelegatedAdministratorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "RemoveAccountFromOrganizationRequest" : { "c2jName" : "RemoveAccountFromOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RemoveAccountFromOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.RemoveAccountFromOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId" ], "shapeName" : "RemoveAccountFromOrganizationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveAccountFromOrganizationRequest", "variableName" : "removeAccountFromOrganizationRequest", "variableType" : "RemoveAccountFromOrganizationRequest", "documentation" : null, "simpleType" : "RemoveAccountFromOrganizationRequest", "variableSetterType" : "RemoveAccountFromOrganizationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "RemoveAccountFromOrganizationResponse" : { "c2jName" : "RemoveAccountFromOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveAccountFromOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveAccountFromOrganizationResponse", "variableName" : "removeAccountFromOrganizationResponse", "variableType" : "RemoveAccountFromOrganizationResponse", "documentation" : null, "simpleType" : "RemoveAccountFromOrganizationResponse", "variableSetterType" : "RemoveAccountFromOrganizationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Root" : { "c2jName" : "Root", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Contains details about a root. A root is a top-level parent node in the hierarchy of an organization that can contain organizational units (OUs) and accounts. Every root contains every AWS account in the organization. Each root enables the accounts to be organized in a different way and to have different policy types enabled for use in that root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "RootId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "RootArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RootName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPolicyTypes", "beanStyleSetterMethodName" : "setPolicyTypes", "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policyTypes(List)}.\n@param policyTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyTypes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasPolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@deprecated Use {@link #policyTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyTypes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyTypes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasPolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyTypeSummary.Builder} avoiding the need to create one manually via {@link PolicyTypeSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyTypeSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyTypeSummary)}.\n@param member a consumer that will call methods on {@link PolicyTypeSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyTypeSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicyTypeSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyTypes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "setterMethodName" : "setPolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "RootArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "RootId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RootName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyTypes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPolicyTypes", "beanStyleSetterMethodName" : "setPolicyTypes", "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policyTypes(List)}.\n@param policyTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyTypes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasPolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@deprecated Use {@link #policyTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyTypes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyTypes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasPolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyTypeSummary.Builder} avoiding the need to create one manually via {@link PolicyTypeSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyTypeSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyTypeSummary)}.\n@param member a consumer that will call methods on {@link PolicyTypeSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyTypeSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicyTypeSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyTypes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "setterMethodName" : "setPolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "RootId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "RootArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RootName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The friendly name of the root.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPolicyTypes", "beanStyleSetterMethodName" : "setPolicyTypes", "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #policyTypes(List)}.\n@param policyTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyTypes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasPolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@deprecated Use {@link #policyTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyTypes(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyTypes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasPolicyTypes()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PolicyTypeSummary.Builder} avoiding the need to create one manually via {@link PolicyTypeSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link PolicyTypeSummary.Builder#build()} is called immediately and its result is passed to {@link #member(PolicyTypeSummary)}.\n@param member a consumer that will call methods on {@link PolicyTypeSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PolicyTypeSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PolicyTypeSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PolicyTypes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "setterMethodName" : "setPolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if a policy type is shown as available in the organization, you can separately enable and disable them at the root level by using EnablePolicyType and DisablePolicyType. Use DescribeOrganization to see the availability of the policy types in that organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Root", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "wrapper" : false, "xmlNamespace" : null }, "RootNotFoundException" : { "c2jName" : "RootNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                We can't find a root with the RootId that you specified.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RootNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RootNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RootNotFoundException", "variableName" : "rootNotFoundException", "variableType" : "RootNotFoundException", "documentation" : null, "simpleType" : "RootNotFoundException", "variableSetterType" : "RootNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ServiceException" : { "c2jName" : "ServiceException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                AWS Organizations can't complete your request because of an internal service error. Try again later.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ServiceException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceException", "variableName" : "serviceException", "variableType" : "ServiceException", "documentation" : null, "simpleType" : "ServiceException", "variableSetterType" : "ServiceException" }, "wrapper" : false, "xmlNamespace" : null }, "SourceParentNotFoundException" : { "c2jName" : "SourceParentNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                We can't find a source root or OU with the ParentId that you specified.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SourceParentNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SourceParentNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SourceParentNotFoundException", "variableName" : "sourceParentNotFoundException", "variableType" : "SourceParentNotFoundException", "documentation" : null, "simpleType" : "SourceParentNotFoundException", "variableSetterType" : "SourceParentNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A custom key-value pair associated with a resource such as an account within your organization.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The key identifier, or name, of the tag.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param key The key identifier, or name, of the tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param key The key identifier, or name, of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The key identifier, or name, of the tag.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param key The key identifier, or name, of the tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param value The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param value The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param value The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The key identifier, or name, of the tag.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param key The key identifier, or name, of the tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param key The key identifier, or name, of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The key identifier, or name, of the tag.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param key The key identifier, or name, of the tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param value The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param value The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param value The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The key identifier, or name, of the tag.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param key The key identifier, or name, of the tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param key The key identifier, or name, of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The key identifier, or name, of the tag.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param key The key identifier, or name, of the tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The key identifier, or name, of the tag.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param value The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param value The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param value The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key", "Value" ], "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagResource", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.TagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "ResourceId", "c2jShape" : "TaggableResourceId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to add a tag to.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to add a tag to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to add a tag to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to add a tag to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to add a tag to.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tags The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tags The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tags The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "ResourceId", "c2jShape" : "TaggableResourceId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to add a tag to.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to add a tag to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to add a tag to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to add a tag to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to add a tag to.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tags The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tags The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tags The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "ResourceId", "c2jShape" : "TaggableResourceId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to add a tag to.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to add a tag to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to add a tag to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to add a tag to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to add a tag to.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to add a tag to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tags The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tags The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tags The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to add to the specified resource. Specifying the tag key is required. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceId", "Tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceResponse", "variableName" : "tagResourceResponse", "variableType" : "TagResourceResponse", "documentation" : null, "simpleType" : "TagResourceResponse", "variableSetterType" : "TagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "TargetNotFoundException" : { "c2jName" : "TargetNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                We can't find a root, OU, or account with the TargetId that you specified.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TargetNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TargetNotFoundException", "variableName" : "targetNotFoundException", "variableType" : "TargetNotFoundException", "documentation" : null, "simpleType" : "TargetNotFoundException", "variableSetterType" : "TargetNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "TargetType" : { "c2jName" : "TargetType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACCOUNT", "value" : "ACCOUNT" }, { "name" : "ORGANIZATIONAL_UNIT", "value" : "ORGANIZATIONAL_UNIT" }, { "name" : "ROOT", "value" : "ROOT" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetType", "variableName" : "targetType", "variableType" : "TargetType", "documentation" : null, "simpleType" : "TargetType", "variableSetterType" : "TargetType" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyRequestsException" : { "c2jName" : "TooManyRequestsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                You have sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                For information on limits that affect AWS Organizations, see Limits of AWS Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyRequestsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ExceptionType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Type property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Type property for this object.\n@return The value of the Type property for this object.\n@deprecated Use {@link #type()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "Returns the value of the Type property for this object.\n@return The value of the Type property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ExceptionType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Type property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Type property for this object.\n@return The value of the Type property for this object.\n@deprecated Use {@link #type()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "Returns the value of the Type property for this object.\n@return The value of the Type property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ExceptionType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Type property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Type property for this object.\n@return The value of the Type property for this object.\n@deprecated Use {@link #type()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "Returns the value of the Type property for this object.\n@return The value of the Type property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyRequestsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyRequestsException", "variableName" : "tooManyRequestsException", "variableType" : "TooManyRequestsException", "documentation" : null, "simpleType" : "TooManyRequestsException", "variableSetterType" : "TooManyRequestsException" }, "wrapper" : false, "xmlNamespace" : null }, "UnsupportedApiEndpointException" : { "c2jName" : "UnsupportedAPIEndpointException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This action isn't available in the current Region.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UnsupportedAPIEndpointException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UnsupportedApiEndpointException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedApiEndpointException", "variableName" : "unsupportedApiEndpointException", "variableType" : "UnsupportedApiEndpointException", "documentation" : null, "simpleType" : "UnsupportedApiEndpointException", "variableSetterType" : "UnsupportedApiEndpointException" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagResource", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.UntagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "ResourceId", "c2jShape" : "TaggableResourceId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to remove the tag from.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to remove the tag from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to remove the tag from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to remove the tag from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to remove the tag from.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to remove from the specified resource.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tagKeys The tag to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tagKeys The tag to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to remove from the specified resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tagKeys The tag to remove from the specified resource.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "ResourceId", "c2jShape" : "TaggableResourceId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to remove the tag from.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to remove the tag from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to remove the tag from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to remove the tag from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to remove the tag from.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to remove from the specified resource.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tagKeys The tag to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tagKeys The tag to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to remove from the specified resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tagKeys The tag to remove from the specified resource.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "ResourceId", "c2jShape" : "TaggableResourceId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to remove the tag from.\n@deprecated Use {@link #resourceId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to remove the tag from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to remove the tag from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the resource to remove the tag from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resourceId The ID of the resource to remove the tag from.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the resource to remove the tag from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to remove from the specified resource.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tagKeys The tag to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tagKeys The tag to remove from the specified resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The tag to remove from the specified resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param tagKeys The tag to remove from the specified resource.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The tag to remove from the specified resource.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceId", "TagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagResourceResponse", "variableName" : "untagResourceResponse", "variableType" : "UntagResourceResponse", "documentation" : null, "simpleType" : "UntagResourceResponse", "variableSetterType" : "UntagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateOrganizationalUnitRequest" : { "c2jName" : "UpdateOrganizationalUnitRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateOrganizationalUnit", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.UpdateOrganizationalUnit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitId(String)}.\n@param organizationalUnitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@deprecated Use {@link #organizationalUnitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnitId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OrganizationalUnitId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitId(String)}.\n@param organizationalUnitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@deprecated Use {@link #organizationalUnitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnitId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnitId(String)}.\n@param organizationalUnitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@deprecated Use {@link #organizationalUnitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnitId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OrganizationalUnitId" ], "shapeName" : "UpdateOrganizationalUnitRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateOrganizationalUnitRequest", "variableName" : "updateOrganizationalUnitRequest", "variableType" : "UpdateOrganizationalUnitRequest", "documentation" : null, "simpleType" : "UpdateOrganizationalUnitRequest", "variableSetterType" : "UpdateOrganizationalUnitRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateOrganizationalUnitResponse" : { "c2jName" : "UpdateOrganizationalUnitResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnit(OrganizationalUnit)}.\n@param organizationalUnit a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnit(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains the details about the specified OU, including its new name.\n@deprecated Use {@link #organizationalUnit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnit(OrganizationalUnit)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains the details about the specified OU, including its new name.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OrganizationalUnit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnit(OrganizationalUnit)}.\n@param organizationalUnit a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnit(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains the details about the specified OU, including its new name.\n@deprecated Use {@link #organizationalUnit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnit(OrganizationalUnit)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains the details about the specified OU, including its new name.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OrganizationalUnit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link OrganizationalUnit.Builder} avoiding the need to create one manually via {@link OrganizationalUnit#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrganizationalUnit.Builder#build()} is called immediately and its result is passed to {@link #organizationalUnit(OrganizationalUnit)}.\n@param organizationalUnit a consumer that will call methods on {@link OrganizationalUnit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #organizationalUnit(OrganizationalUnit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains the details about the specified OU, including its new name.\n@deprecated Use {@link #organizationalUnit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #organizationalUnit(OrganizationalUnit)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrganizationalUnit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrganizationalUnit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains the details about the specified OU, including its new name.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OrganizationalUnit", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateOrganizationalUnitResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateOrganizationalUnitResponse", "variableName" : "updateOrganizationalUnitResponse", "variableType" : "UpdateOrganizationalUnitResponse", "documentation" : null, "simpleType" : "UpdateOrganizationalUnitResponse", "variableSetterType" : "UpdateOrganizationalUnitResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdatePolicyRequest" : { "c2jName" : "UpdatePolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdatePolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.UpdatePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new description for the policy.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param description If provided, the new description for the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param description If provided, the new description for the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new description for the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param description If provided, the new description for the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #content(String)}.\n@param content a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #content(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@deprecated Use {@link #content()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #content(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Content property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Content", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Content" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #content(String)}.\n@param content a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #content(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@deprecated Use {@link #content()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #content(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Content property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Content", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new description for the policy.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param description If provided, the new description for the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param description If provided, the new description for the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new description for the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param description If provided, the new description for the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyId(String)}.\n@param policyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@deprecated Use {@link #policyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyId(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new description for the policy.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param description If provided, the new description for the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param description If provided, the new description for the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new description for the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param description If provided, the new description for the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #content(String)}.\n@param content a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #content(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@deprecated Use {@link #content()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #content(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Content property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Content", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId" ], "shapeName" : "UpdatePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdatePolicyRequest", "variableName" : "updatePolicyRequest", "variableType" : "UpdatePolicyRequest", "documentation" : null, "simpleType" : "UpdatePolicyRequest", "variableSetterType" : "UpdatePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdatePolicyResponse" : { "c2jName" : "UpdatePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Policy.Builder} avoiding the need to create one manually via {@link Policy#builder()}.\n\nWhen the {@link Consumer} completes, {@link Policy.Builder#build()} is called immediately and its result is passed to {@link #policy(Policy)}.\n@param policy a consumer that will call methods on {@link Policy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(Policy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the updated policy, showing the requested changes.\n@deprecated Use {@link #policy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policy A structure that contains details about the updated policy, showing the requested changes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policy(Policy)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policy A structure that contains details about the updated policy, showing the requested changes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the updated policy, showing the requested changes.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policy A structure that contains details about the updated policy, showing the requested changes.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Policy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Policy.Builder} avoiding the need to create one manually via {@link Policy#builder()}.\n\nWhen the {@link Consumer} completes, {@link Policy.Builder#build()} is called immediately and its result is passed to {@link #policy(Policy)}.\n@param policy a consumer that will call methods on {@link Policy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(Policy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the updated policy, showing the requested changes.\n@deprecated Use {@link #policy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policy A structure that contains details about the updated policy, showing the requested changes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policy(Policy)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policy A structure that contains details about the updated policy, showing the requested changes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the updated policy, showing the requested changes.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policy A structure that contains details about the updated policy, showing the requested changes.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link Policy.Builder} avoiding the need to create one manually via {@link Policy#builder()}.\n\nWhen the {@link Consumer} completes, {@link Policy.Builder#build()} is called immediately and its result is passed to {@link #policy(Policy)}.\n@param policy a consumer that will call methods on {@link Policy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policy(Policy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the updated policy, showing the requested changes.\n@deprecated Use {@link #policy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policy A structure that contains details about the updated policy, showing the requested changes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policy(Policy)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Policy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policy A structure that contains details about the updated policy, showing the requested changes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return A structure that contains details about the updated policy, showing the requested changes.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Policy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param policy A structure that contains details about the updated policy, showing the requested changes.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdatePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdatePolicyResponse", "variableName" : "updatePolicyResponse", "variableType" : "UpdatePolicyResponse", "documentation" : null, "simpleType" : "UpdatePolicyResponse", "variableSetterType" : "UpdatePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { "AcceptHandshake" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Bill is the owner of an organization, and he invites Juan's account (222222222222) to join his organization. The following example shows Juan's account accepting the handshake and thus agreeing to the invitation.", "id" : "to-accept-a-handshake-from-another-account-1472500561150", "input" : { "HandshakeId" : "h-examplehandshakeid111" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "ACCEPTED", "RequestedTimestamp" : "20170214T1215Z", "ExpirationTimestamp" : "20170228T1215Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Org Master Account", "Type" : "MASTER_NAME" }, { "Value" : "ALL", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "222222222222", "Type" : "ACCOUNT" } ] } }, "title" : "To accept a handshake from another account" } ], "AttachPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to attach a service control policy (SCP) to an OU:\n", "id" : "to-attach-a-policy-to-an-ou", "input" : { "PolicyId" : "p-examplepolicyid111", "TargetId" : "ou-examplerootid111-exampleouid111" }, "output" : null, "title" : "To attach a policy to an OU" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to attach a service control policy (SCP) to an account:\n", "id" : "to-attach-a-policy-to-an-account", "input" : { "PolicyId" : "p-examplepolicyid111", "TargetId" : "333333333333" }, "output" : null, "title" : "To attach a policy to an account" } ], "CancelHandshake" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Bill previously sent an invitation to Susan's account to join his organization. He changes his mind and decides to cancel the invitation before Susan accepts it. The following example shows Bill's cancellation:\n", "id" : "to-cancel-a-handshake-sent-to-a-member-account-1472501320506", "input" : { "HandshakeId" : "h-examplehandshakeid111" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "CANCELED", "RequestedTimestamp" : "20170214T1215Z", "ExpirationTimestamp" : "20170228T1215Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Master Account", "Type" : "MASTER_NAME" }, { "Value" : "CONSOLIDATED_BILLING", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "222222222222", "Type" : "ACCOUNT" }, { "Value" : "This is a request for Susan's account to join Bob's organization.", "Type" : "NOTES" } ] } }, "title" : "To cancel a handshake sent to a member account" } ], "CreateAccount" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The owner of an organization creates a member account in the organization. The following example shows that when the organization owner creates the member account, the account is preconfigured with the name \"Production Account\" and an owner email address of [email protected]. An IAM role is automatically created using the default name because the roleName parameter is not used. AWS Organizations sends Susan a \"Welcome to AWS\" email:\n\n", "id" : "to-create-a-new-account-that-is-automatically-part-of-the-organization-1472501463507", "input" : { "Email" : "[email protected]", "AccountName" : "Production Account" }, "output" : { "CreateAccountStatus" : { "Id" : "car-examplecreateaccountrequestid111", "State" : "IN_PROGRESS" } }, "title" : "To create a new account that is automatically part of the organization" } ], "CreateOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Bill wants to create an organization using credentials from account 111111111111. The following example shows that the account becomes the master account in the new organization. Because he does not specify a feature set, the new organization defaults to all features enabled and service control policies enabled on the root:\n\n", "id" : "to-create-a-new-organization-with-all-features enabled", "input" : { }, "output" : { "Organization" : { "Id" : "o-exampleorgid", "Arn" : "arn:aws:organizations::111111111111:organization/o-exampleorgid", "FeatureSet" : "ALL", "MasterAccountArn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111", "MasterAccountId" : "111111111111", "MasterAccountEmail" : "[email protected]", "AvailablePolicyTypes" : [ { "Type" : "SERVICE_CONTROL_POLICY", "Status" : "ENABLED" } ] } }, "title" : "To create a new organization with all features enabled" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "In the following example, Bill creates an organization using credentials from account 111111111111, and configures the organization to support only the consolidated billing feature set:\n\n", "id" : "to-create-a-new-organization-with-consolidated-billing-features-only", "input" : { "FeatureSet" : "CONSOLIDATED_BILLING" }, "output" : { "Organization" : { "Id" : "o-exampleorgid", "Arn" : "arn:aws:organizations::111111111111:organization/o-exampleorgid", "FeatureSet" : "CONSOLIDATED_BILLING", "MasterAccountArn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111", "MasterAccountId" : "111111111111", "MasterAccountEmail" : "[email protected]", "AvailablePolicyTypes" : [ ] } }, "title" : "To create a new organization with consolidated billing features only" } ], "CreateOrganizationalUnit" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to create an OU that is named AccountingOU. The new OU is directly under the root.:\n\n", "id" : "to-create-a-new-organizational-unit", "input" : { "ParentId" : "r-examplerootid111", "Name" : "AccountingOU" }, "output" : { "OrganizationalUnit" : { "Id" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111", "Name" : "AccountingOU" } }, "title" : "To create a new organization unit" } ], "CreatePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to create a service control policy (SCP) that is named AllowAllS3Actions. The JSON string in the content parameter specifies the content in the policy. The parameter string is escaped with backslashes to ensure that the embedded double quotes in the JSON policy are treated as literals in the parameter, which itself is surrounded by double quotes:\n\n", "id" : "to-create-a-service-control-policy", "input" : { "Content" : "{\\\"Version\\\":\\\"2012-10-17\\\",\\\"Statement\\\":{\\\"Effect\\\":\\\"Allow\\\",\\\"Action\\\":\\\"s3:*\\\"}}", "Description" : "Enables admins of attached accounts to delegate all S3 permissions", "Name" : "AllowAllS3Actions", "Type" : "SERVICE_CONTROL_POLICY" }, "output" : { "Policy" : { "PolicySummary" : { "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "AllowAllS3Actions", "Description" : "Allows delegation of all S3 actions", "Type" : "SERVICE_CONTROL_POLICY" }, "Content" : "{\"Version\":\"2012-10-17\",\"Statement\":{\"Effect\":\"Allow\",\"Action\":\"s3:*\"}}" } }, "title" : "To create a service control policy" } ], "DeclineHandshake" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows Susan declining an invitation to join Bill's organization. The DeclineHandshake operation returns a handshake object, showing that the state is now DECLINED:", "id" : "to-decline-a-handshake-sent-from-the-master-account-1472502666967", "input" : { "HandshakeId" : "h-examplehandshakeid111" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "222222222222", "Type" : "ACCOUNT" }, { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" } ], "State" : "DECLINED", "RequestedTimestamp" : "2016-11-30T19:27:58Z", "ExpirationTimestamp" : "2016-12-15T19:27:58Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Master Account", "Type" : "MASTER_NAME" } ] }, { "Value" : "222222222222", "Type" : "ACCOUNT" }, { "Value" : "This is an invitation to Susan's account to join the Bill's organization.", "Type" : "NOTES" } ] } }, "title" : "To decline a handshake sent from the master account" } ], "DeleteOrganizationalUnit" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to delete an OU. The example assumes that you previously removed all accounts and other OUs from the OU:\n\n", "id" : "to-delete-an-organizational-unit", "input" : { "OrganizationalUnitId" : "ou-examplerootid111-exampleouid111" }, "output" : null, "title" : "To delete an organization unit" } ], "DeletePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to delete a policy from an organization. The example assumes that you previously detached the policy from all entities:\n\n", "id" : "to-delete-a-policy", "input" : { "PolicyId" : "p-examplepolicyid111" }, "output" : null, "title" : "To delete a policy" } ], "DescribeAccount" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows a user in the master account (111111111111) asking for details about account 555555555555:", "id" : "to-get-the-details-about-an-account-1472503166868", "input" : { "AccountId" : "555555555555" }, "output" : { "Account" : { "Id" : "555555555555", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/555555555555", "Email" : "[email protected]", "Name" : "Beta Account" } }, "title" : "To get the details about an account" } ], "DescribeCreateAccountStatus" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request the status about a previous request to create an account in an organization. This operation can be called only by a principal from the organization's master account. In the example, the specified \"createAccountRequestId\" comes from the response of the original call to \"CreateAccount\":", "id" : "to-get-information-about-a-request-to-create-an-account-1472503727223", "input" : { "CreateAccountRequestId" : "car-exampleaccountcreationrequestid" }, "output" : { "CreateAccountStatus" : { "Id" : "car-exampleaccountcreationrequestid", "State" : "SUCCEEDED", "AccountId" : "333333333333" } }, "title" : "To get information about a request to create an account" } ], "DescribeHandshake" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to request details about a handshake. The handshake ID comes either from the original call to \"InviteAccountToOrganization\", or from a call to \"ListHandshakesForAccount\" or \"ListHandshakesForOrganization\":", "id" : "to-get-information-about-a-handshake-1472503400505", "input" : { "HandshakeId" : "h-examplehandshakeid111" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "333333333333", "Type" : "ACCOUNT" } ], "State" : "OPEN", "RequestedTimestamp" : "2016-11-30T17:24:58.046Z", "ExpirationTimestamp" : "2016-11-30T17:24:58.046Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Master Account", "Type" : "MASTER_NAME" } ] }, { "Value" : "333333333333", "Type" : "ACCOUNT" } ] } }, "title" : "To get information about a handshake" } ], "DescribeOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request information about the current user's organization:/n/n", "id" : "to-get-information-about-an-organization-1472503400505", "input" : null, "output" : { "Organization" : { "Id" : "o-exampleorgid", "Arn" : "arn:aws:organizations::111111111111:organization/o-exampleorgid", "FeatureSet" : "ALL", "MasterAccountArn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111", "MasterAccountEmail" : "[email protected]", "AvailablePolicyTypes" : [ { "Type" : "SERVICE_CONTROL_POLICY", "Status" : "ENABLED" } ] } }, "title" : "To get information about an organization" } ], "DescribeOrganizationalUnit" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request details about an OU:/n/n", "id" : "to-get-information-about-an-organizational-unit", "input" : { "OrganizationalUnitId" : "ou-examplerootid111-exampleouid111" }, "output" : { "OrganizationalUnit" : { "Id" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111", "Name" : "Accounting Group" } }, "title" : "To get information about an organizational unit" } ], "DescribePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request information about a policy:/n/n", "id" : "to-get-information-about-a-policy", "input" : { "PolicyId" : "p-examplepolicyid111" }, "output" : { "Policy" : { "PolicySummary" : { "Id" : "p-examplepolicyid111", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "AllowAllS3Actions", "Description" : "Enables admins to delegate S3 permissions", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, "Content" : "{\\n \\\"Version\\\": \\\"2012-10-17\\\",\\n \\\"Statement\\\": [\\n {\\n \\\"Effect\\\": \\\"Allow\\\",\\n \\\"Action\\\": \\\"*\\\",\\n \\\"Resource\\\": \\\"*\\\"\\n }\\n ]\\n}" } }, "title" : "To get information about a policy" } ], "DetachPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to detach a policy from an OU:/n/n", "id" : "to-detach-a-policy-from-a-root-ou-or-account", "input" : { "PolicyId" : "p-examplepolicyid111", "TargetId" : "ou-examplerootid111-exampleouid111" }, "output" : null, "title" : "To detach a policy from a root, OU, or account" } ], "DisablePolicyType" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to disable the service control policy (SCP) policy type in a root. The response shows that the PolicyTypes response element no longer includes SERVICE_CONTROL_POLICY:/n/n", "id" : "to-disable-a-policy-type-in-a-root", "input" : { "RootId" : "r-examplerootid111", "PolicyType" : "SERVICE_CONTROL_POLICY" }, "output" : { "Root" : { "Id" : "r-examplerootid111", "Arn" : "arn:aws:organizations::111111111111:root/o-exampleorgid/r-examplerootid111", "Name" : "Root", "PolicyTypes" : [ ] } }, "title" : "To disable a policy type in a root" } ], "EnableAllFeatures" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example shows the administrator asking all the invited accounts in the organization to approve enabling all features in the organization. AWS Organizations sends an email to the address that is registered with every invited member account asking the owner to approve the change by accepting the handshake that is sent. After all invited member accounts accept the handshake, the organization administrator can finalize the change to enable all features, and those with appropriate permissions can create policies and apply them to roots, OUs, and accounts:/n/n", "id" : "to-enable-all-features-in-an-organization", "input" : { }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/enable_all_features/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" } ], "State" : "REQUESTED", "RequestedTimestamp" : "2017-02-13T09:35:40.05Z", "ExpirationTimestamp" : "2017-02-28T09:35:40.05Z", "Action" : "ENABLE_ALL_FEATURES", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION" } ] } }, "title" : "To enable all features in an organization" } ], "EnablePolicyType" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to enable the service control policy (SCP) policy type in a root. The output shows a root object with a PolicyTypes response element showing that SCPs are now enabled:/n/n", "id" : "to-enable-a-policy-type-in-a-root", "input" : { "RootId" : "r-examplerootid111", "PolicyType" : "SERVICE_CONTROL_POLICY" }, "output" : { "Root" : { "Id" : "r-examplerootid111", "Arn" : "arn:aws:organizations::111111111111:root/o-exampleorgid/r-examplerootid111", "Name" : "Root", "PolicyTypes" : [ { "Type" : "SERVICE_CONTROL_POLICY", "Status" : "ENABLED" } ] } }, "title" : "To enable a policy type in a root" } ], "InviteAccountToOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows the admin of the master account owned by [email protected] inviting the account owned by [email protected] to join an organization.", "id" : "to-invite-an-account-to-join-an-organization-1472508594110", "input" : { "Target" : { "Id" : "[email protected]", "Type" : "EMAIL" }, "Notes" : "This is a request for Juan's account to join Bill's organization" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "OPEN", "RequestedTimestamp" : "2017-02-01T09:36:05.02Z", "ExpirationTimestamp" : "2017-02-16T09:36:05.02Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Org Master Account", "Type" : "MASTER_NAME" }, { "Value" : "FULL", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "[email protected]", "Type" : "EMAIL" } ] } }, "title" : "To invite an account to join an organization" } ], "LeaveOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "TThe following example shows how to remove your member account from an organization:", "id" : "to-leave-an-organization-as-a-member-account-1472508784736", "input" : null, "output" : null, "title" : "To leave an organization as a member account" } ], "ListAccounts" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to request a list of the accounts in an organization:", "id" : "to-retrieve-a-list-of-all-of-the-accounts-in-an-organization-1472509590974", "input" : { }, "output" : { "Accounts" : [ { "Id" : "111111111111", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111", "Email" : "[email protected]", "Name" : "Master Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : "20161215T193015Z" }, { "Id" : "222222222222", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/222222222222", "Email" : "[email protected]", "Name" : "Developer Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : "20161215T210221Z" }, { "Id" : "333333333333", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333", "Email" : "[email protected]", "Name" : "Test Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : "20161215T210347Z" }, { "Id" : "444444444444", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/444444444444", "Email" : "[email protected]", "Name" : "Production Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : "20161215T210332Z" } ] }, "title" : "To retrieve a list of all of the accounts in an organization" } ], "ListAccountsForParent" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request a list of the accounts in an OU:/n/n", "id" : "to-retrieve-a-list-of-all-of-the-accounts-in-a-root-or-ou-1472509590974", "input" : { "ParentId" : "ou-examplerootid111-exampleouid111" }, "output" : { "Accounts" : [ { "Id" : "333333333333", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333", "Email" : "[email protected]", "Name" : "Development Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : 1.481835795536E9 }, { "Id" : "444444444444", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/444444444444", "Email" : "[email protected]", "Name" : "Test Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : 1.481835812143E9 } ] }, "title" : "To retrieve a list of all of the accounts in a root or OU" } ], "ListChildren" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request a list of the child OUs in a parent root or OU:/n/n", "id" : "to-retrieve-a-list-of-all-of-the-child-accounts-and-OUs-in-a-parent-container", "input" : { "ParentId" : "ou-examplerootid111-exampleouid111", "ChildType" : "ORGANIZATIONAL_UNIT" }, "output" : { "Children" : [ { "Id" : "ou-examplerootid111-exampleouid111", "Type" : "ORGANIZATIONAL_UNIT" }, { "Id" : "ou-examplerootid111-exampleouid222", "Type" : "ORGANIZATIONAL_UNIT" } ] }, "title" : "To retrieve a list of all of the child accounts and OUs in a parent root or OU" } ], "ListCreateAccountStatus" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows a user requesting a list of only the completed account creation requests made for the current organization:", "id" : "to-get-a-list-of-completed-account-creation-requests-made-in-the-organization", "input" : { "States" : [ "SUCCEEDED" ] }, "output" : { "CreateAccountStatuses" : [ { "Id" : "car-exampleaccountcreationrequestid1", "AccountName" : "Developer Test Account", "State" : "SUCCEEDED", "RequestedTimestamp" : "2017-01-15T13:45:23.01Z", "CompletedTimestamp" : "2017-01-15T13:45:23.6Z", "AccountId" : "444444444444" } ] }, "title" : "To get a list of completed account creation requests made in the organization" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows a user requesting a list of only the in-progress account creation requests made for the current organization:", "id" : "to-get-a-list-of-all-account-creation-requests-made-in-the-organization-1472509174532", "input" : { "States" : [ "IN_PROGRESS" ] }, "output" : { "CreateAccountStatuses" : [ { "Id" : "car-exampleaccountcreationrequestid2", "AccountName" : "Production Account", "State" : "IN_PROGRESS", "RequestedTimestamp" : "2017-01-15T13:45:23.01Z" } ] }, "title" : "To get a list of all account creation requests made in the organization" } ], "ListHandshakesForAccount" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to get a list of handshakes that are associated with the account of the credentials used to call the operation:", "id" : "to-retrieve-a-list-of-the-handshakes-sent-to-an-account-1472510214747", "input" : null, "output" : { "Handshakes" : [ { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "OPEN", "RequestedTimestamp" : "2017-01-13T14:35:23.3Z", "ExpirationTimestamp" : "2017-01-28T14:35:23.3Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Org Master Account", "Type" : "MASTER_NAME" }, { "Value" : "FULL", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "[email protected]", "Type" : "EMAIL" } ] } ] }, "title" : "To retrieve a list of the handshakes sent to an account" } ], "ListHandshakesForOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to get a list of handshakes associated with the current organization:", "id" : "to-retrieve-a-list-of-the-handshakes-associated-with-an-organization-1472511206653", "input" : null, "output" : { "Handshakes" : [ { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "OPEN", "RequestedTimestamp" : "2017-01-13T14:35:23.3Z", "ExpirationTimestamp" : "2017-01-28T14:35:23.3Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Org Master Account", "Type" : "MASTER_NAME" }, { "Value" : "FULL", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "[email protected]", "Type" : "EMAIL" } ] }, { "Id" : "h-examplehandshakeid222", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "ACCEPTED", "RequestedTimestamp" : "2017-01-13T14:35:23.3Z", "ExpirationTimestamp" : "2017-01-28T14:35:23.3Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Master Account", "Type" : "MASTER_NAME" } ] }, { "Value" : "[email protected]", "Type" : "EMAIL" }, { "Value" : "This is an invitation to Anika's account to join Bill's organization.", "Type" : "NOTES" } ] } ] }, "title" : "To retrieve a list of the handshakes associated with an organization" } ], "ListOrganizationalUnitsForParent" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get a list of OUs in a specified root:/n/n", "id" : "to-retrieve-a-list-of-all-of-the-OUs-in-a-parent-container", "input" : { "ParentId" : "r-examplerootid111" }, "output" : { "OrganizationalUnits" : [ { "Id" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examlerootid111-exampleouid111", "Name" : "Development" }, { "Id" : "ou-examplerootid111-exampleouid222", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examlerootid111-exampleouid222", "Name" : "Production" } ] }, "title" : "To retrieve a list of all of the child OUs in a parent root or OU" } ], "ListParents" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to list the root or OUs that contain account 444444444444:/n/n", "id" : "to-retrieve-a-list-of-all-of-the-parents-of-a-child-ou-or-account", "input" : { "ChildId" : "444444444444" }, "output" : { "Parents" : [ { "Id" : "ou-examplerootid111-exampleouid111", "Type" : "ORGANIZATIONAL_UNIT" } ] }, "title" : "To retrieve a list of all of the parents of a child OU or account" } ], "ListPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get a list of service control policies (SCPs):/n/n", "id" : "to-retrieve-a-list-of--policies-in-the-organization", "input" : { "Filter" : "SERVICE_CONTROL_POLICY" }, "output" : { "Policies" : [ { "Id" : "p-examplepolicyid111", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "AllowAllS3Actions", "Description" : "Enables account admins to delegate permissions for any S3 actions to users and roles in their accounts.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, { "Id" : "p-examplepolicyid222", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid222", "Name" : "AllowAllEC2Actions", "Description" : "Enables account admins to delegate permissions for any EC2 actions to users and roles in their accounts.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, { "Id" : "p-FullAWSAccess", "Arn" : "arn:aws:organizations::aws:policy/service_control_policy/p-FullAWSAccess", "Name" : "FullAWSAccess", "Description" : "Allows access to every operation", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : true } ] }, "title" : "To retrieve a list policies in the organization" } ], "ListPoliciesForTarget" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get a list of all service control policies (SCPs) of the type specified by the Filter parameter, that are directly attached to an account. The returned list does not include policies that apply to the account because of inheritance from its location in an OU hierarchy:/n/n", "id" : "to-retrieve-a-list-of-policies-attached-to-a-root-ou-or-account", "input" : { "TargetId" : "444444444444", "Filter" : "SERVICE_CONTROL_POLICY" }, "output" : { "Policies" : [ { "Id" : "p-examplepolicyid222", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid222", "Name" : "AllowAllEC2Actions", "Description" : "Enables account admins to delegate permissions for any EC2 actions to users and roles in their accounts.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false } ] }, "title" : "To retrieve a list policies attached to a root, OU, or account" } ], "ListRoots" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get the list of the roots in the current organization:/n/n", "id" : "to-retrieve-a-list-of-roots-in-the-organization", "input" : { }, "output" : { "Roots" : [ { "Id" : "r-examplerootid111", "Arn" : "arn:aws:organizations::111111111111:root/o-exampleorgid/r-examplerootid111", "Name" : "Root", "PolicyTypes" : [ { "Type" : "SERVICE_CONTROL_POLICY", "Status" : "ENABLED" } ] } ] }, "title" : "To retrieve a list of roots in the organization" } ], "ListTargetsForPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get the list of roots, OUs, and accounts to which the specified policy is attached:/n/n", "id" : "to-retrieve-a-list-of-roots-ous-and-accounts-to-which-a-policy-is-attached", "input" : { "PolicyId" : "p-FullAWSAccess" }, "output" : { "Targets" : [ { "TargetId" : "r-examplerootid111", "Arn" : "arn:aws:organizations::111111111111:root/o-exampleorgid/r-examplerootid111", "Name" : "Root", "Type" : "ROOT" }, { "TargetId" : "333333333333", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333;", "Name" : "Developer Test Account", "Type" : "ACCOUNT" }, { "TargetId" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111", "Name" : "Accounting", "Type" : "ORGANIZATIONAL_UNIT" } ] }, "title" : "To retrieve a list of roots, OUs, and accounts to which a policy is attached" } ], "MoveAccount" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to move a member account from the root to an OU:/n/n", "id" : "to-move-an-ou-or-account-to-another-ou-or-the-root", "input" : { "AccountId" : "333333333333", "SourceParentId" : "r-examplerootid111", "DestinationParentId" : "ou-examplerootid111-exampleouid111" }, "output" : null, "title" : "To move an OU or account to another OU or the root" } ], "RemoveAccountFromOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to remove an account from an organization:", "id" : "to-remove-an-account-from-an-organization-as-the-master-account", "input" : { "AccountId" : "333333333333" }, "output" : null, "title" : "To remove an account from an organization as the master account" } ], "UpdateOrganizationalUnit" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to rename an OU. The output confirms the new name:/n/n", "id" : "to-rename-an-organizational-unit", "input" : { "OrganizationalUnitId" : "ou-examplerootid111-exampleouid111", "Name" : "AccountingOU" }, "output" : { "OrganizationalUnit" : { "Id" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111", "Name" : "AccountingOU" } }, "title" : "To rename an organizational unit" } ], "UpdatePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to rename a policy and give it a new description and new content. The output confirms the new name and description text:/n/n", "id" : "to-update-the-details-of-a-policy", "input" : { "PolicyId" : "p-examplepolicyid111", "Name" : "Renamed-Policy", "Description" : "This description replaces the original." }, "output" : { "Policy" : { "PolicySummary" : { "Id" : "p-examplepolicyid111", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "Renamed-Policy", "Description" : "This description replaces the original.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, "Content" : "{ \"Version\": \"2012-10-17\", \"Statement\": { \"Effect\": \"Allow\", \"Action\": \"ec2:*\", \"Resource\": \"*\" } }" } }, "title" : "To update the details of a policy" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to replace the JSON text of the SCP from the preceding example with a new JSON policy text string that allows S3 actions instead of EC2 actions:/n/n", "id" : "to-update-the-content-of-a-policy", "input" : { "PolicyId" : "p-examplepolicyid111", "Content" : "{ \\\"Version\\\": \\\"2012-10-17\\\", \\\"Statement\\\": {\\\"Effect\\\": \\\"Allow\\\", \\\"Action\\\": \\\"s3:*\\\", \\\"Resource\\\": \\\"*\\\" } }" }, "output" : { "Policy" : { "PolicySummary" : { "Id" : "p-examplepolicyid111", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "Renamed-Policy", "Description" : "This description replaces the original.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, "Content" : "{ \\\"Version\\\": \\\"2012-10-17\\\", \\\"Statement\\\": { \\\"Effect\\\": \\\"Allow\\\", \\\"Action\\\": \\\"s3:*\\\", \\\"Resource\\\": \\\"*\\\" } }" } }, "title" : "To update the content of a policy" } ] }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "OrganizationsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.organizations.model.OrganizationsException", "sdkRequestBaseClassName" : "OrganizationsRequest", "sdkResponseBaseClassName" : "OrganizationsResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy